diff options
author | Chris Toshok <toshok@ximian.com> | 2001-08-14 12:21:19 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-08-14 12:21:19 +0800 |
commit | 8070b7f34b97bf1526b84e9134ccd6c3515cb8e5 (patch) | |
tree | 1c6c6fc15cee18a94f01811854d188930ed5ed5a /addressbook/ChangeLog | |
parent | 7d17af894b3e2663c4d32405af0949bc34b24a8f (diff) | |
download | gsoc2013-evolution-8070b7f34b97bf1526b84e9134ccd6c3515cb8e5.tar.gz gsoc2013-evolution-8070b7f34b97bf1526b84e9134ccd6c3515cb8e5.tar.zst gsoc2013-evolution-8070b7f34b97bf1526b84e9134ccd6c3515cb8e5.zip |
don't g_strdup the stuff we're passing into e_list_append, since it does
2001-08-13 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-ldap.c (add_to_supported_fields): don't
g_strdup the stuff we're passing into e_list_append, since it does
the copy for us.
(check_schema_support): don't initialize supported_fields list
here, since there's a gross case where the programmer/user can
bring up the contact editor before the connection stuff is
finished, and we don't want to crash.
(pas_backend_ldap_init): move it here to we can guarantee it's
there. (bug #6546).
svn path=/trunk/; revision=11990
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 4202775ffd..5ce9785ed9 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,17 @@ 2001-08-13 Chris Toshok <toshok@ximian.com> + * backend/pas/pas-backend-ldap.c (add_to_supported_fields): don't + g_strdup the stuff we're passing into e_list_append, since it does + the copy for us. + (check_schema_support): don't initialize supported_fields list + here, since there's a gross case where the programmer/user can + bring up the contact editor before the connection stuff is + finished, and we don't want to crash. + (pas_backend_ldap_init): move it here to we can guarantee it's + there. (bug #6546). + +2001-08-13 Chris Toshok <toshok@ximian.com> + * gui/component/addressbook-config.c (addressbook_source_dialog_set_source): don't access source->auth if source == NULL (bug #7086). |