From aeedde386e3f11aff5c655c63d87fd0a0ee18162 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 21 Nov 2002 01:23:21 +0000 Subject: roll forward the scope fix. 2002-11-20 Chris Toshok * gui/component/addressbook-storage.h: roll forward the scope fix. svn path=/trunk/; revision=18875 --- addressbook/ChangeLog | 4 ++++ addressbook/gui/component/addressbook-storage.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2224aefc52..3220bafa2c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2002-11-20 Chris Toshok + + * gui/component/addressbook-storage.h: roll forward the scope fix. + 2002-11-20 Chris Toshok * gui/contact-editor/e-contact-editor.c: roll forward the fix for diff --git a/addressbook/gui/component/addressbook-storage.h b/addressbook/gui/component/addressbook-storage.h index 541d8096f7..1d0fc24b73 100644 --- a/addressbook/gui/component/addressbook-storage.h +++ b/addressbook/gui/component/addressbook-storage.h @@ -34,8 +34,8 @@ typedef enum { typedef enum { ADDRESSBOOK_LDAP_SCOPE_ONELEVEL, - ADDRESSBOOK_LDAP_SCOPE_BASE, ADDRESSBOOK_LDAP_SCOPE_SUBTREE, + ADDRESSBOOK_LDAP_SCOPE_BASE, ADDRESSBOOK_LDAP_SCOPE_LAST } AddressbookLDAPScopeType; -- cgit v1.2.3