[anjuta] debug-manager:bgo #596009 - Easier adding of watches



commit f158499cd6e1a9318cff7fc40a82d6cf45b84bff
Author: Branko Kokanovic <branko kokanovic gmail com>
Date:   Tue Sep 22 23:14:43 2009 +0200

    debug-manager:bgo #596009 -  Easier adding of watches
    
    (Add watch dialog) Sets initial focus on watch name entry and makes Enter on it do default operation (adding watch)

 plugins/debug-manager/anjuta-debug-manager.ui |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/plugins/debug-manager/anjuta-debug-manager.ui b/plugins/debug-manager/anjuta-debug-manager.ui
index 674686e..a872c6d 100644
--- a/plugins/debug-manager/anjuta-debug-manager.ui
+++ b/plugins/debug-manager/anjuta-debug-manager.ui
@@ -485,6 +485,8 @@
               <object class="GtkEntry" id="add_watch_name_entry">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
+                <property name="has_focus">True</property>
+                <property name="activates_default">True</property>
               </object>
               <packing>
                 <property name="left_attach">1</property>
@@ -534,7 +536,6 @@
                 <property name="label">gtk-add</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
-                <property name="has_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="has_default">True</property>
                 <property name="receives_default">False</property>



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