[accounts-dialog] Make the shortname combo activate default



commit 45c979162886309e9e413e98b7483fdc972c96b6
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jan 24 15:56:47 2010 -0500

    Make the shortname combo activate default

 data/account-dialog.ui |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/data/account-dialog.ui b/data/account-dialog.ui
index eb7e7aa..2f80350 100644
--- a/data/account-dialog.ui
+++ b/data/account-dialog.ui
@@ -49,6 +49,11 @@
                     <property name="visible">True</property>
                     <property name="model">shortname-model</property>
                     <property name="text_column">0</property>
+                    <child internal-child="entry">
+                      <object class="GtkEntry" id="shortname-entry">
+                        <property name="activates_default">True</property>
+                      </object>
+                    </child>
                   </object>
                   <packing>
                     <property name="left_attach">1</property>



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