[anjuta] Git: The log message textbox shouldn't be editable



commit 4936e4b085ea261fc82c87f4c8358c592e30eee8
Author: James Liggett <jrliggett cox net>
Date:   Sat May 16 18:20:13 2009 -0700

    Git: The log message textbox shouldn't be editable
---
 plugins/git/anjuta-git.glade |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/plugins/git/anjuta-git.glade b/plugins/git/anjuta-git.glade
index a831395..d7200f4 100644
--- a/plugins/git/anjuta-git.glade
+++ b/plugins/git/anjuta-git.glade
@@ -2299,6 +2299,7 @@
                           <widget class="GtkTextView" id="log_text_view">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
+                            <property name="editable">False</property>
                           </widget>
                         </child>
                       </widget>



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