summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYosef Or Boczko <yoseforb@src.gnome.org>2014-05-04 00:16:02 +0300
committerYosef Or Boczko <yoseforb@src.gnome.org>2014-05-04 00:16:02 +0300
commit58a92a0de9504d5d09a7052016f030455d64ce6b (patch)
tree015c83571aa8897eaa6c0cd66d1554875f9f772b /src
parent93041b6475779b527c8e0d63c77ec38d26970de1 (diff)
downloadbaobab-58a92a0de9504d5d09a7052016f030455d64ce6b.tar.gz
ui: Use the correct name of the parent widget
Gtk.ListBoxRow -> GtkListBoxRow https://bugzilla.gnome.org/show_bug.cgi?id=729481
Diffstat (limited to 'src')
-rw-r--r--src/baobab-location-row.ui2
-rw-r--r--src/baobab-main-window.ui2
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">