[baobab] ui: Use the correct name of the parent widget



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

    ui: Use the correct name of the parent widget
    
    Gtk.ListBoxRow -> GtkListBoxRow
    
    https://bugzilla.gnome.org/show_bug.cgi?id=729481

 src/baobab-location-row.ui |    2 +-
 src/baobab-main-window.ui  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/baobab-location-row.ui b/src/baobab-location-row.ui
index b44ab5d..ebdc979 100644
--- a/src/baobab-location-row.ui
+++ b/src/baobab-location-row.ui
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface>
   <!-- interface-requires gtk+ 3.0 -->
-  <template class="BaobabLocationRow" parent="Gtk.ListBoxRow">
+  <template class="BaobabLocationRow" parent="GtkListBoxRow">
     <property name="visible">True</property>
     <child>
       <object class="GtkGrid" id="grid">
diff --git a/src/baobab-main-window.ui b/src/baobab-main-window.ui
index 18e6172..00afd88 100644
--- a/src/baobab-main-window.ui
+++ b/src/baobab-main-window.ui
@@ -44,7 +44,7 @@
       </object>
     </child>
   </object>
-  <template class="BaobabWindow" parent="Gtk.ApplicationWindow">
+  <template class="BaobabWindow" parent="GtkApplicationWindow">
     <property name="title" translatable="yes">Disk Usage Analyzer</property>
     <property name="icon_name">baobab</property>
     <child type="titlebar">


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