diff options
author | Milan Crha <mcrha@redhat.com> | 2011-09-26 17:27:25 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-09-26 17:35:46 +0800 |
commit | e4541643ea9a1ddd2bdfb3a2a18262f965edf368 (patch) | |
tree | 5e44c514a1390325c17554bd31c9c551097b76e5 | |
parent | c21ff9fa99ae3a03884fea6db50f79003d0f9837 (diff) | |
download | gsoc2013-evolution-e4541643ea9a1ddd2bdfb3a2a18262f965edf368.tar.gz gsoc2013-evolution-e4541643ea9a1ddd2bdfb3a2a18262f965edf368.tar.zst gsoc2013-evolution-e4541643ea9a1ddd2bdfb3a2a18262f965edf368.zip |
Bug #659558 - Missing set mnemonic widgets
-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> |