diff options
author | Milan Crha <mcrha@redhat.com> | 2011-09-26 17:26:59 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-26 18:56:07 +0800 |
commit | 3262bdb1c49d65c5fa7d2fc3b931784bfcdb57da (patch) | |
tree | 958f500c9e716afc05ba7c29b58f309b500ad819 /modules | |
parent | 8c46c4cf96af59a5a7a944869578b01c0aa5fed2 (diff) | |
download | gsoc2013-evolution-3262bdb1c49d65c5fa7d2fc3b931784bfcdb57da.tar gsoc2013-evolution-3262bdb1c49d65c5fa7d2fc3b931784bfcdb57da.tar.gz gsoc2013-evolution-3262bdb1c49d65c5fa7d2fc3b931784bfcdb57da.tar.bz2 gsoc2013-evolution-3262bdb1c49d65c5fa7d2fc3b931784bfcdb57da.tar.lz gsoc2013-evolution-3262bdb1c49d65c5fa7d2fc3b931784bfcdb57da.tar.xz gsoc2013-evolution-3262bdb1c49d65c5fa7d2fc3b931784bfcdb57da.tar.zst gsoc2013-evolution-3262bdb1c49d65c5fa7d2fc3b931784bfcdb57da.zip |
Bug #659558 - Missing set mnemonic widgets
Diffstat (limited to 'modules')
-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> |