[anjuta] Revert "git: Log path entry should be editable"



commit ce1db51c156ce9e98c1244ca4f8ff53042820f15
Author: James Liggett <jrliggett cox net>
Date:   Mon Apr 22 23:50:30 2013 -0700

    Revert "git: Log path entry should be editable"
    
    This reverts commit e3893735c337ecec0e24d2c36c422ae39dc6788c.

 plugins/git/anjuta-git.ui | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/plugins/git/anjuta-git.ui b/plugins/git/anjuta-git.ui
index dc0ab0e..3a34841 100644
--- a/plugins/git/anjuta-git.ui
+++ b/plugins/git/anjuta-git.ui
@@ -1635,6 +1635,16 @@
       </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 -->
@@ -1649,16 +1659,6 @@
       </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,6 +1686,7 @@
                       <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]