diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-07 13:47:48 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-07 15:00:14 +0100 |
commit | 3dda6452f190f9196eee845bbe0d5d28346a1e52 (patch) | |
tree | 048fddae04c927f9350cf61d18b0d0a5eff65ee0 /xmlsecurity/uiconfig | |
parent | 88b1a724311a2f9b2c75e8ea9c1494be61433371 (diff) |
xmlsecurity: default to OK instead of Cancel in CertificateChooser
Change-Id: I2dd2d2caf772cf5a0e564367acff0c5522b2c286
Diffstat (limited to 'xmlsecurity/uiconfig')
-rw-r--r-- | xmlsecurity/uiconfig/ui/selectcertificatedialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/uiconfig/ui/selectcertificatedialog.ui b/xmlsecurity/uiconfig/ui/selectcertificatedialog.ui index 1869bb874080..c9e5b42123fb 100644 --- a/xmlsecurity/uiconfig/ui/selectcertificatedialog.ui +++ b/xmlsecurity/uiconfig/ui/selectcertificatedialog.ui @@ -23,6 +23,8 @@ <property name="label">gtk-ok</property> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="can_default">True</property> + <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </object> @@ -37,8 +39,6 @@ <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="can_default">True</property> - <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </object> |