Use the right parent for the template

This commit is contained in:
Ignacio Casal Quinteiro 2013-06-02 12:08:01 +02:00
parent 75f04c9f17
commit 471a604309

View file

@ -3,7 +3,7 @@
<!-- interface-requires gtk+ 3.3 -->
<!-- interface-requires gitg 0.0 -->
<!-- interface-requires gd 1.0 -->
<template class="GitgWindow" parent="Gtk.Window">
<template class="GitgWindow" parent="Gtk.ApplicationWindow">
<property name="can_focus">False</property>
<property name="title" translatable="yes">gitg</property>
<property name="default_width">1000</property>