aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-config.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-07-22 10:12:34 +0800
committerChris Toshok <toshok@src.gnome.org>2004-07-22 10:12:34 +0800
commita63a20c74077659aa6559965a9ea7894a64590e9 (patch)
treecdfe7448a84994767efb03aaf09daea56146fdae /addressbook/gui/component/addressbook-config.h
parent23e97f1bef569a46e277ce5c4a9c8fd0313c00e3 (diff)
downloadgsoc2013-evolution-a63a20c74077659aa6559965a9ea7894a64590e9.tar
gsoc2013-evolution-a63a20c74077659aa6559965a9ea7894a64590e9.tar.gz
gsoc2013-evolution-a63a20c74077659aa6559965a9ea7894a64590e9.tar.bz2
gsoc2013-evolution-a63a20c74077659aa6559965a9ea7894a64590e9.tar.lz
gsoc2013-evolution-a63a20c74077659aa6559965a9ea7894a64590e9.tar.xz
gsoc2013-evolution-a63a20c74077659aa6559965a9ea7894a64590e9.tar.zst
gsoc2013-evolution-a63a20c74077659aa6559965a9ea7894a64590e9.zip
[ fixes #60508 ]
2004-07-21 Chris Toshok <toshok@ximian.com> [ 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
Diffstat (limited to 'addressbook/gui/component/addressbook-config.h')
-rw-r--r--addressbook/gui/component/addressbook-config.h2
1 files changed, 1 insertions, 1 deletions
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;