From a63a20c74077659aa6559965a9ea7894a64590e9 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 22 Jul 2004 02:12:34 +0000 Subject: [ fixes #60508 ] 2004-07-21 Chris Toshok [ fixes #60508 ] * gui/component/addressbook-config.h: reorder the Scopes so that they match the option menu. * gui/component/ldap-config.glade: change the scope option menu to only display One and Sub, and also set the Login field to Lo_gin in both dialogs. Add accelerators for the details page as well. svn path=/trunk/; revision=26692 --- addressbook/ChangeLog | 11 +++++ addressbook/gui/component/addressbook-config.h | 2 +- addressbook/gui/component/ldap-config.glade | 61 ++++++++++---------------- 3 files changed, 34 insertions(+), 40 deletions(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 4f96d6446e..67f7374ae0 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,14 @@ +2004-07-21 Chris Toshok + + [ fixes #60508 ] + + * gui/component/addressbook-config.h: reorder the Scopes so that + they match the option menu. + + * gui/component/ldap-config.glade: change the scope option menu to + only display One and Sub, and also set the Login field to Lo_gin + in both dialogs. Add accelerators for the details page as well. + 2004-07-21 Rodney Dawes * gui/contact-editor/contact-editor.glade: diff --git a/addressbook/gui/component/addressbook-config.h b/addressbook/gui/component/addressbook-config.h index 9f8259ce49..b5800bc123 100644 --- a/addressbook/gui/component/addressbook-config.h +++ b/addressbook/gui/component/addressbook-config.h @@ -34,9 +34,9 @@ typedef enum { } AddressbookLDAPAuthType; typedef enum { - ADDRESSBOOK_LDAP_SCOPE_BASE, ADDRESSBOOK_LDAP_SCOPE_ONELEVEL, ADDRESSBOOK_LDAP_SCOPE_SUBTREE, + ADDRESSBOOK_LDAP_SCOPE_BASE, ADDRESSBOOK_LDAP_SCOPE_LAST } AddressbookLDAPScopeType; diff --git a/addressbook/gui/component/ldap-config.glade b/addressbook/gui/component/ldap-config.glade index fa4c6d2734..bc604cf457 100644 --- a/addressbook/gui/component/ldap-config.glade +++ b/addressbook/gui/component/ldap-config.glade @@ -490,7 +490,7 @@ True - _Email address: + Lo_gin: True False GTK_JUSTIFY_LEFT @@ -661,8 +661,8 @@ True - Search base: - False + Search _base: + True False GTK_JUSTIFY_LEFT False @@ -671,6 +671,7 @@ 0.5 0 0 + rootdn-entry 0 @@ -685,8 +686,8 @@ True - Search scope: - False + _Search scope: + True False GTK_JUSTIFY_LEFT False @@ -695,6 +696,7 @@ 0.5 0 0 + scope-optionmenu 0 @@ -814,29 +816,18 @@ - - True - Search base only - True - - - - - - + True - Only locations within starting point + One True - - + True - Starting point and locations within it + Sub True - @@ -948,8 +939,8 @@ True - Timeout: - False + _Timeout: + True False GTK_JUSTIFY_LEFT False @@ -958,6 +949,7 @@ 0.5 0 0 + timeout-scale 0 @@ -1071,8 +1063,8 @@ True - Download limit: - False + _Download limit: + True False GTK_JUSTIFY_LEFT False @@ -1081,6 +1073,7 @@ 0.5 0 0 + download-limit-spinbutton 0 @@ -1829,7 +1822,7 @@ True - _Log in: + _Log in method: True False GTK_JUSTIFY_LEFT @@ -1854,7 +1847,7 @@ True - _Email address: + Lo_gin: True False GTK_JUSTIFY_LEFT @@ -1864,6 +1857,7 @@ 0.5 0 0 + auth-entry 0 @@ -2137,30 +2131,19 @@ - - - True - Search base only - True - - - - True - Only locations within starting point + One True - True - Starting point and locations within it + Sub True - -- cgit