From 8070b7f34b97bf1526b84e9134ccd6c3515cb8e5 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 14 Aug 2001 04:21:19 +0000 Subject: don't g_strdup the stuff we're passing into e_list_append, since it does 2001-08-13 Chris Toshok * 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 --- addressbook/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 4202775ffd..5ce9785ed9 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2001-08-13 Chris Toshok + + * 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 * gui/component/addressbook-config.c -- cgit v1.2.3