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



commit 796d524166620d5975def9c7c6aa269e2ed1166e
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 65c05de..bd862ce 100644
--- a/panels/user-accounts/data/password-dialog.ui
+++ b/panels/user-accounts/data/password-dialog.ui
@@ -68,6 +68,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="visibility">False</property>
+                    <property name="activates_default">True</property>
                   </object>
                   <packing>
                     <property name="left_attach">1</property>
@@ -143,6 +144,7 @@
                             <property name="visibility">False</property>
                             <property name="secondary-icon-name">system-run-symbolic</property>
                             <property name="secondary-icon-tooltip-text" translatable="yes">Generate a 
password</property>
+                            <property name="activates_default">True</property>
                           </object>
                           <packing>
                             <property name="position">0</property>
@@ -224,6 +226,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="visibility">False</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]