[gitg] Use the right parent for the template



commit 471a604309c38c6341627973ffc91a564b057de7
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sun Jun 2 12:08:01 2013 +0200

    Use the right parent for the template

 gitg/resources/ui/gitg-window.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gitg/resources/ui/gitg-window.ui b/gitg/resources/ui/gitg-window.ui
index 07356f2..765543e 100644
--- a/gitg/resources/ui/gitg-window.ui
+++ b/gitg/resources/ui/gitg-window.ui
@@ -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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]