[turbine] Give first entry widget focus by default



commit 7bd4a986f18bf6d117a4dc4117a2fa4897614d7d
Author: Thomas Wood <thomas wood intel com>
Date:   Mon Sep 21 11:28:28 2009 +0100

    Give first entry widget focus by default

 src/turbine/turbine.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/turbine/turbine.xml b/src/turbine/turbine.xml
index f44ed4b..853763a 100644
--- a/src/turbine/turbine.xml
+++ b/src/turbine/turbine.xml
@@ -87,6 +87,7 @@
                         <child>
                           <object class="GtkEntry" id="class_camel">
                             <property name="can_focus">True</property>
+                            <property name="has_focus">True</property>
                             <property name="tooltip_text" translatable="yes">CamelCase</property>
                             <property name="invisible_char">&#x25CF;</property>
                           </object>



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