From a9491dff65271a8c6b643450938df0af74bad52c Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Sun, 28 Oct 2001 03:04:53 +0000 Subject: change to EBookCallback signature, and unref the book. (add_card_idle_cb): 2001-10-27 Chris Toshok * gui/component/e-address-popup.c (email_table_save_card_cb): change to EBookCallback signature, and unref the book. (add_card_idle_cb): use addressbook_load_default_book, and call the cb if it fails. (e_address_popup_cleanup): fix type -- should be "pop->card = NULL", not "pop = NULL". (contact_editor_cb): change to EBookCallback signature. (edit_contact_info_cb): use addressbook_load_default_book. (start_query): change to EBookCallback signature. (e_address_popup_query): use addressbook_load_default_book. * gui/widgets/e-minicard-control.c (book_open_cb): change to EBookCallback signature, and unref the book. (save_in_addressbook): use addressbook_load_default_book instead of e_book_use_local_address_book. * gui/widgets/Makefile.am (INCLUDES): change includes since we're including addressbook.h which has it's own set of funky include path requirements. svn path=/trunk/; revision=14268 --- addressbook/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index bf648b9a2f..7583d0734f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,25 @@ +2001-10-27 Chris Toshok + + * gui/component/e-address-popup.c (email_table_save_card_cb): + change to EBookCallback signature, and unref the book. + (add_card_idle_cb): use addressbook_load_default_book, and call + the cb if it fails. + (e_address_popup_cleanup): fix type -- should be "pop->card = + NULL", not "pop = NULL". + (contact_editor_cb): change to EBookCallback signature. + (edit_contact_info_cb): use addressbook_load_default_book. + (start_query): change to EBookCallback signature. + (e_address_popup_query): use addressbook_load_default_book. + + * gui/widgets/e-minicard-control.c (book_open_cb): change to + EBookCallback signature, and unref the book. + (save_in_addressbook): use addressbook_load_default_book instead + of e_book_use_local_address_book. + + * gui/widgets/Makefile.am (INCLUDES): change includes since we're + including addressbook.h which has it's own set of funky include + path requirements. + 2001-10-27 Jon Trowbridge * backend/ebook/e-book.c (activate_factories_for_uri): Don't leak -- cgit v1.2.3