[anjuta] git: Fix more names in the glade file



commit 31f22b0700ac04b6b8304cabc28ba8fa90d2d3b9
Author: James Liggett <jrliggett cox net>
Date:   Tue Mar 19 20:41:29 2013 -0700

    git: Fix more names in the glade file

 plugins/git/anjuta-git.ui |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/plugins/git/anjuta-git.ui b/plugins/git/anjuta-git.ui
index 7fa31a0..c755b76 100644
--- a/plugins/git/anjuta-git.ui
+++ b/plugins/git/anjuta-git.ui
@@ -1382,7 +1382,7 @@
                     <property name="can_focus">False</property>
                     <property name="left_padding">12</property>
                     <child>
-                      <object class="AnjutaColumnTextView" id="create_tag_log_view">
+                      <object class="AnjutaColumnTextView" id="tag_log_view">
                         <property name="visible">True</property>
                         <property name="sensitive">False</property>
                         <property name="can_focus">True</property>
@@ -1562,12 +1562,6 @@
       </packing>
     </child>
   </object>
-  <object class="GtkListStore" id="remotes_list_model">
-    <columns>
-      <!-- column-name name -->
-      <column type="gchararray"/>
-    </columns>
-  </object>
   <object class="GtkListStore" id="log_branch_combo_model">
     <columns>
       <!-- column-name active -->
@@ -2308,7 +2302,7 @@
         <property name="label_xalign">0</property>
         <property name="shadow_type">none</property>
         <child>
-          <object class="GtkAlignment" id="pushrepository_alignment">
+          <object class="GtkAlignment" id="pull_repository_alignment">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <property name="left_padding">12</property>
@@ -2857,6 +2851,12 @@
       </packing>
     </child>
   </object>
+  <object class="GtkListStore" id="remotes_list_model">
+    <columns>
+      <!-- column-name name -->
+      <column type="gchararray"/>
+    </columns>
+  </object>
   <object class="GtkVBox" id="remotes_pane">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
@@ -3738,7 +3738,7 @@
                 <property name="can_focus">True</property>
                 <property name="shadow_type">in</property>
                 <child>
-                  <object class="GtkTreeView" id="tags_view1">
+                  <object class="GtkTreeView" id="tags_view">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="model">tags_list_model</property>


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