From 39c3675cc6a4e874ccfd3e95b22455c5075d8070 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 11 Apr 2000 00:50:18 +0000 Subject: remove spew. (pas_backend_file_process_create_card): move the sync to the * addressbook/backend/pas/pas-backend-file.c (pas_backend_file_search): remove spew. (pas_backend_file_process_create_card): move the sync to the earliest possible point after the db operation. (pas_backend_file_process_remove_card): same. (pas_backend_file_process_modify_card): same, and call pas_book_respond_modify, not pas_book_respond_remove, here. svn path=/trunk/; revision=2388 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5fbde9e37e..c62a7e0d1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2000-04-11 Chris Toshok + * addressbook/backend/pas/pas-backend-file.c + (pas_backend_file_search): remove spew. + (pas_backend_file_process_create_card): move the sync to the + earliest possible point after the db operation. + (pas_backend_file_process_remove_card): same. + (pas_backend_file_process_modify_card): same, and call + pas_book_respond_modify, not pas_book_respond_remove, here. + * addressbook/gui/component/addressbook.c (card_deleted_cb): new function. (delete_contact_cb): wire up button to call -- cgit