[gnome-contacts] ContactsWindow template: set correct parent class



commit 890375cbe01fc287422065d199c2d5c9cbc81803
Author: Volker Sobek <reklov live com>
Date:   Tue May 13 18:47:13 2014 +0200

    ContactsWindow template: set correct parent class
    
    Fix parent type mismatch that prevent gnome-contacts from launching
    successfully.

 src/contacts-window.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-window.ui b/src/contacts-window.ui
index 5a31b35..1a57a3f 100644
--- a/src/contacts-window.ui
+++ b/src/contacts-window.ui
@@ -2,7 +2,7 @@
 <!-- Generated with glade 3.15.2 on Thu Aug 15 15:33:02 2013 -->
 <interface>
   <!-- interface-requires gtk+ 3.10 -->
-  <template class="ContactsWindow" parent="GtkWindow">
+  <template class="ContactsWindow" parent="GtkApplicationWindow">
     <property name="can_focus">False</property>
     <property name="default_width">800</property>
     <property name="default_height">600</property>


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