From 87db4a149bb5c5b5c1155eefd0a9c51ae3514d1e Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 24 Aug 2005 02:37:53 +0000 Subject: [PATCH] initialise contacts to NULL. 2005-08-22 Not Zed * backends/groupwise/e-book-backend-groupwise.c (e_book_backend_groupwise_get_contact_list): initialise contacts to NULL. * libebook/e-book-listener.c (impl_BookListener_report_auth_required): fix the type of this function to match the idl. --- addressbook/ChangeLog | 10 ++++++++++ addressbook/backends/groupwise/e-book-backend-groupwise.c | 2 +- addressbook/libebook/e-book-listener.c | 1 - 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 087023f..2a55229 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,13 @@ +2005-08-22 Not Zed + + * backends/groupwise/e-book-backend-groupwise.c + (e_book_backend_groupwise_get_contact_list): initialise contacts + to NULL. + + * libebook/e-book-listener.c + (impl_BookListener_report_auth_required): fix the type of this + function to match the idl. + 2005-08-18 Ross Burton * libedata-book/e-book-backend.c: diff --git a/addressbook/backends/groupwise/e-book-backend-groupwise.c b/addressbook/backends/groupwise/e-book-backend-groupwise.c index 5d08609..e646156 100644 --- a/addressbook/backends/groupwise/e-book-backend-groupwise.c +++ b/addressbook/backends/groupwise/e-book-backend-groupwise.c @@ -1806,7 +1806,7 @@ e_book_backend_groupwise_get_contact_list (EBookBackend *backend, { GList *vcard_list; int status; - GList *gw_items, *contacts, *temp; + GList *gw_items, *contacts = NULL, *temp; EContact *contact; EBookBackendGroupwise *egwb; gboolean match_needed; diff --git a/addressbook/libebook/e-book-listener.c b/addressbook/libebook/e-book-listener.c index 92386a6..67b6b55 100644 --- a/addressbook/libebook/e-book-listener.c +++ b/addressbook/libebook/e-book-listener.c @@ -374,7 +374,6 @@ impl_BookListener_report_link_status (PortableServer_Servant servant, static void impl_BookListener_report_auth_required (PortableServer_Servant servant, - const CORBA_boolean is_online, CORBA_Environment *ev) { EBookListener *listener = E_BOOK_LISTENER (bonobo_object (servant)); -- 2.7.4