diff options
author | Chris Toshok <toshok@ximian.com> | 2001-07-17 10:14:50 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-07-17 10:14:50 +0800 |
commit | 6f16d48483f45ad462599b0171bbc6ac4c2976d9 (patch) | |
tree | 6422490ba458a1e71fad81fb8734bf309b0f11a4 /addressbook/ChangeLog | |
parent | 65f2e3d2a3de395977fbd39af0baac0b61504ee5 (diff) | |
download | gsoc2013-evolution-6f16d48483f45ad462599b0171bbc6ac4c2976d9.tar gsoc2013-evolution-6f16d48483f45ad462599b0171bbc6ac4c2976d9.tar.gz gsoc2013-evolution-6f16d48483f45ad462599b0171bbc6ac4c2976d9.tar.bz2 gsoc2013-evolution-6f16d48483f45ad462599b0171bbc6ac4c2976d9.tar.lz gsoc2013-evolution-6f16d48483f45ad462599b0171bbc6ac4c2976d9.tar.xz gsoc2013-evolution-6f16d48483f45ad462599b0171bbc6ac4c2976d9.tar.zst gsoc2013-evolution-6f16d48483f45ad462599b0171bbc6ac4c2976d9.zip |
[ Fix bug #4705 - LDAP storage gets saved with corrupted binddn]
2001-07-16 Chris Toshok <toshok@ximian.com>
[ Fix bug #4705 - LDAP storage gets saved with corrupted binddn]
* gui/component/addressbook-config.c (addressbook_dialog_apply):
call addressbook_storage_write_sources here after we're done
rebuilding them.
* gui/component/addressbook-storage.c
(addressbook_storage_clear_sources): don't write the source file
here.
(addressbook_storage_add_source): same.
(addressbook_storage_remove_source): same.
(addressbook_storage_write_sources): new function, write the
source file out.
(addressbook_source_copy): g_strdup the binddn so we don't end up
free'ing it multiple times thanks to copies freeing theirs.
* gui/component/addressbook-storage.h: add prototype for
address_storage_write_sources.
svn path=/trunk/; revision=11146
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f20a90729d..a4cc6a6d70 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,24 @@ +2001-07-16 Chris Toshok <toshok@ximian.com> + + [ Fix bug #4705 - LDAP storage gets saved with corrupted binddn] + + * gui/component/addressbook-config.c (addressbook_dialog_apply): + call addressbook_storage_write_sources here after we're done + rebuilding them. + + * gui/component/addressbook-storage.c + (addressbook_storage_clear_sources): don't write the source file + here. + (addressbook_storage_add_source): same. + (addressbook_storage_remove_source): same. + (addressbook_storage_write_sources): new function, write the + source file out. + (addressbook_source_copy): g_strdup the binddn so we don't end up + free'ing it multiple times thanks to copies freeing theirs. + + * gui/component/addressbook-storage.h: add prototype for + address_storage_write_sources. + 2001-07-16 Iain Holmes <iain@ximian.com> * backend/pas/evolution-vcard-importer.c (ebook_create): Don't just |