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



commit a7c5edafe62fdf5406b7c313476cf79cc52b8959
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Sat May 3 23:45:07 2014 +0300

    ui: Use the correct name of the parent widget
    
    Example: Gtk.Paned -> GtkPaned
    
    https://bugzilla.gnome.org/show_bug.cgi?id=729478

 gitg/resources/ui/gitg-commit-paned.ui  |    2 +-
 gitg/resources/ui/gitg-history-paned.ui |    2 +-
 gitg/resources/ui/gitg-window.ui        |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gitg/resources/ui/gitg-commit-paned.ui b/gitg/resources/ui/gitg-commit-paned.ui
index 85c2418..5b0c94e 100644
--- a/gitg/resources/ui/gitg-commit-paned.ui
+++ b/gitg/resources/ui/gitg-commit-paned.ui
@@ -3,7 +3,7 @@
   <!-- interface-requires gtk+ 3.3 -->
   <!-- interface-requires gitg 0.0 -->
   <!-- interface-requires gd 1.0 -->
-  <template class="GitgCommitPaned" parent="Gtk.Paned">
+  <template class="GitgCommitPaned" parent="GtkPaned">
     <property name="visible">True</property>
     <property name="hexpand">True</property>
     <property name="vexpand">True</property>
diff --git a/gitg/resources/ui/gitg-history-paned.ui b/gitg/resources/ui/gitg-history-paned.ui
index 537b1a6..761d032 100644
--- a/gitg/resources/ui/gitg-history-paned.ui
+++ b/gitg/resources/ui/gitg-history-paned.ui
@@ -3,7 +3,7 @@
   <!-- interface-requires gtk+ 3.3 -->
   <!-- interface-requires gitg 0.0 -->
   <!-- interface-requires gd 1.0 -->
-  <template class="GitgHistoryPaned" parent="Gtk.Paned">
+  <template class="GitgHistoryPaned" parent="GtkPaned">
     <property name="visible">True</property>
     <property name="hexpand">True</property>
     <property name="vexpand">True</property>
diff --git a/gitg/resources/ui/gitg-window.ui b/gitg/resources/ui/gitg-window.ui
index 7f5e2bc..f74658b 100644
--- a/gitg/resources/ui/gitg-window.ui
+++ b/gitg/resources/ui/gitg-window.ui
@@ -3,7 +3,7 @@
   <!-- interface-requires gtk+ 3.3 -->
   <!-- interface-requires gitg 0.0 -->
   <!-- interface-requires gd 1.0 -->
-  <template class="GitgWindow" parent="Gtk.ApplicationWindow">
+  <template class="GitgWindow" parent="GtkApplicationWindow">
     <property name="can_focus">False</property>
     <property name="title" translatable="yes">gitg</property>
     <property name="default_width">1000</property>


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