diff options
author | Jason Leach <jleach@ximian.com> | 2001-07-31 00:13:54 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-07-31 00:13:54 +0800 |
commit | f46cd13e2847f776eaf44620f6d21f78473e37b8 (patch) | |
tree | b264503540f9020342097e703cc8035b03d74ff8 /addressbook/ChangeLog | |
parent | 274f811fc9c8e02286cd74003bb5cbcd8f14a367 (diff) | |
download | gsoc2013-evolution-f46cd13e2847f776eaf44620f6d21f78473e37b8.tar.gz gsoc2013-evolution-f46cd13e2847f776eaf44620f6d21f78473e37b8.tar.zst gsoc2013-evolution-f46cd13e2847f776eaf44620f6d21f78473e37b8.zip |
Fix a return value bug, to make it so if it fails to load an
2001-07-30 Jason Leach <jleach@ximian.com>
* gui/component/addressbook-storage.c (load_source_data): Fix a
return value bug, to make it so if it fails to load an
addressbook-sources.xml file (either a parse error or it doesn't
exist for example), it deregisters the storage.
(register_storage): Don't make a storage for users who don't have
LDAP support built in. Bug #1950.
svn path=/trunk/; revision=11476
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f3e8185e30..bbbc573933 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +2001-07-30 Jason Leach <jleach@ximian.com> + + * gui/component/addressbook-storage.c (load_source_data): Fix a + return value bug, to make it so if it fails to load an + addressbook-sources.xml file (either a parse error or it doesn't + exist for example), it deregisters the storage. + (register_storage): Don't make a storage for users who don't have + LDAP support built in. Bug #1950. + 2001-07-30 Frederic Crozat <fcrozat@mandrakesoft.com> * addressbook/gui/component/addressbook-factory.c: Fix crashes |