[anjuta] git: Log path entry should be editable



commit e3893735c337ecec0e24d2c36c422ae39dc6788c
Author: James Liggett <jrliggett cox net>
Date:   Sun Apr 14 14:18:31 2013 -0700

    git: Log path entry should be editable

 plugins/git/anjuta-git.ui | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/plugins/git/anjuta-git.ui b/plugins/git/anjuta-git.ui
index b14075d..992c7d2 100644
--- a/plugins/git/anjuta-git.ui
+++ b/plugins/git/anjuta-git.ui
@@ -1635,16 +1635,6 @@
       </packing>
     </child>
   </object>
-  <object class="GtkListStore" id="log_branch_combo_model">
-    <columns>
-      <!-- column-name active -->
-      <column type="gboolean"/>
-      <!-- column-name active-icon -->
-      <column type="gchararray"/>
-      <!-- column-name name -->
-      <column type="gchararray"/>
-    </columns>
-  </object>
   <object class="GtkListStore" id="log_loading_model">
     <columns>
       <!-- column-name spin -->
@@ -1659,6 +1649,16 @@
       </row>
     </data>
   </object>
+  <object class="GtkListStore" id="log_branch_combo_model">
+    <columns>
+      <!-- column-name active -->
+      <column type="gboolean"/>
+      <!-- column-name active-icon -->
+      <column type="gchararray"/>
+      <!-- column-name name -->
+      <column type="gchararray"/>
+    </columns>
+  </object>
   <object class="GtkVBox" id="log_pane">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
@@ -1686,7 +1686,6 @@
                       <object class="AnjutaEntry" id="path_entry">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
-                        <property name="editable">False</property>
                         <property name="invisible_char">•</property>
                         <property name="text" translatable="yes">Whole project; Drop a file here to view a 
file or folder log</property>
                         <property name="help_text" translatable="yes">Whole project; Drop a file here to 
view a file or folder log</property>


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