[gedit/gnome-3-12] gedit-window: Use the correct parent widget



commit b2ef66340f261b06144e97683dfaf20efa448631
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Sun May 4 00:09:16 2014 +0300

    gedit-window: Use the correct parent widget
    
    https://bugzilla.gnome.org/show_bug.cgi?id=729480

 gedit/gedit-window.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gedit/gedit-window.ui b/gedit/gedit-window.ui
index ee7dc73..b8ce388 100644
--- a/gedit/gedit-window.ui
+++ b/gedit/gedit-window.ui
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface>
   <!-- interface-requires gtk+ 3.10 -->
-  <template class="GeditWindow" parent="GtkWindow">
+  <template class="GeditWindow" parent="GtkApplicationWindow">
     <property name="can_focus">False</property>
     <property name="has_focus">False</property>
     <property name="is_focus">False</property>


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