[gnome-control-center] user-accounts: Use Enter key on password dialog



commit ab650efdd78c7ef23da035a95e7b9380683862c7
Author: Chris Cummins <christopher e cummins intel com>
Date:   Tue Jul 9 14:06:43 2013 +0100

    user-accounts: Use Enter key on password dialog
    
    This allows the use of the enter key in the password setting dialog to
    complete the action.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703607

 panels/user-accounts/data/password-dialog.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/panels/user-accounts/data/password-dialog.ui b/panels/user-accounts/data/password-dialog.ui
index 71d7ac5..c83d271 100644
--- a/panels/user-accounts/data/password-dialog.ui
+++ b/panels/user-accounts/data/password-dialog.ui
@@ -35,6 +35,7 @@
                     <property name="can_focus">True</property>
                     <property name="visibility">False</property>
                     <property name="hexpand">True</property>
+                    <property name="activates_default">True</property>
                   </object>
                   <packing>
                     <property name="left_attach">1</property>
@@ -103,6 +104,7 @@
                     <property name="can_focus">True</property>
                     <property name="visibility">False</property>
                     <property name="hexpand">True</property>
+                    <property name="activates_default">True</property>
                   </object>
                   <packing>
                     <property name="left_attach">1</property>
@@ -169,6 +171,7 @@
                     <property name="can_focus">True</property>
                     <property name="visibility">False</property>
                     <property name="hexpand">True</property>
+                    <property name="activates_default">True</property>
                   </object>
                   <packing>
                     <property name="left_attach">1</property>


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