diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-07-13 08:15:44 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-07-13 08:15:44 +0800 |
commit | 0b66e8a93bd8d91d456015c36b9556fce4c91ec9 (patch) | |
tree | 10ae1b452b2bef101ecbafbd33d81c4918d20a5f /addressbook/ChangeLog | |
parent | d75a6c0b382e49706c0b56f52bf1d711658c2686 (diff) | |
download | gsoc2013-evolution-0b66e8a93bd8d91d456015c36b9556fce4c91ec9.tar.gz gsoc2013-evolution-0b66e8a93bd8d91d456015c36b9556fce4c91ec9.tar.zst gsoc2013-evolution-0b66e8a93bd8d91d456015c36b9556fce4c91ec9.zip |
oops. fix typo that was saving the port in the rootdn spot.
2000-07-12 Chris Toshok <toshok@helixcode.com>
* gui/component/e-ldap-storage.c (ldap_server_foreach): oops. fix
typo that was saving the port in the rootdn spot.
(save_ldap_data): make this a bit safer - writing to a new file
and renaming it.
(load_ldap_data): make this a bit smarter - if parsing the
ldapservers.xml file fails and there's a .new file there,
rename it.
svn path=/trunk/; revision=4131
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 388a984cc2..291cbed7b4 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,13 @@ +2000-07-12 Chris Toshok <toshok@helixcode.com> + + * gui/component/e-ldap-storage.c (ldap_server_foreach): oops. fix + typo that was saving the port in the rootdn spot. + (save_ldap_data): make this a bit safer - writing to a new file + and renaming it. + (load_ldap_data): make this a bit smarter - if parsing the + ldapservers.xml file fails and there's a .new file there, + rename it. + 2000-07-12 Christopher James Lahey <clahey@helixcode.com> * backend/pas/pas-backend-file.c: Do case insensitive compares. |