diff options
author | Milan Crha <mcrha@redhat.com> | 2011-09-26 17:26:59 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-09-26 17:35:40 +0800 |
commit | 4046d1944855274c8a6c406392ee734943142f90 (patch) | |
tree | 8324fc3de5d350f7a7e305205b61dc6c87786aa7 /modules/addressbook | |
parent | 32a2adbd979dd349409b752010d9e9cda0be15d6 (diff) | |
download | gsoc2013-evolution-4046d1944855274c8a6c406392ee734943142f90.tar.gz gsoc2013-evolution-4046d1944855274c8a6c406392ee734943142f90.tar.zst gsoc2013-evolution-4046d1944855274c8a6c406392ee734943142f90.zip |
Bug #659558 - Missing set mnemonic widgets
Diffstat (limited to 'modules/addressbook')
-rw-r--r-- | modules/addressbook/ldap-config.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/addressbook/ldap-config.ui b/modules/addressbook/ldap-config.ui index 8756c4a588..99cc668efb 100644 --- a/modules/addressbook/ldap-config.ui +++ b/modules/addressbook/ldap-config.ui @@ -234,6 +234,7 @@ <property name="xalign">0</property> <property name="label" translatable="yes">_Port:</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">port-comboentry</property> </object> <packing> <property name="top_attach">1</property> @@ -336,6 +337,7 @@ <property name="xalign">0</property> <property name="label" translatable="yes">_Login method:</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">auth-combobox</property> </object> <packing> <property name="x_options">GTK_FILL</property> @@ -426,6 +428,7 @@ <property name="xalign">0</property> <property name="label" translatable="yes">_Search scope:</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">scope-combobox</property> </object> <packing> <property name="top_attach">2</property> |