[gnome-clocks] window.ui: Use the correct parent widget



commit 08eb9cf4fce7c936ab11d3a0b6d2638e5276a8e3
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Sun May 4 01:27:52 2014 +0300

    window.ui: Use the correct parent widget
    
    https://bugzilla.gnome.org/show_bug.cgi?id=729484

 data/ui/window.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/window.ui b/data/ui/window.ui
index 681b38a..c7a931f 100644
--- a/data/ui/window.ui
+++ b/data/ui/window.ui
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface>
   <!-- interface-requires gtk+ 3.8 -->
-  <template class="ClocksWindow" parent="Gtk.ApplicationWindow">
+  <template class="ClocksWindow" parent="GtkApplicationWindow">
     <property name="title" translatable="yes">Clocks</property>
     <child type="titlebar">
       <object class="ClocksHeaderBar" id="header_bar">


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