From 23f5d783442507933a385aafec5bfdd6d5f72b5e Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 27 Mar 2000 05:46:09 +0000 Subject: new function. (pas_backend_file_process_create_card): call * addressbook/backend/pas/pas-backend-file.c (pas_backend_file_create_unique_id): new function. (pas_backend_file_process_create_card): call pas_backend_file_create_unique_id and pas_book_notify_add (if the db->put was successful). also, sync out db. (pas_backend_file_process_remove_card): call pas_book_notify_remove if the db->del was successful, and sync out db. (pas_backend_file_process_modify_card): call pas_book_notify_change if db->put was successful, and sync out db. svn path=/trunk/; revision=2177 --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e124f18f83..d9ef0a83bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2000-03-26 Chris Toshok + + * addressbook/backend/pas/pas-backend-file.c + (pas_backend_file_create_unique_id): new function. + (pas_backend_file_process_create_card): call + pas_backend_file_create_unique_id and pas_book_notify_add (if the + db->put was successful). also, sync out db. + (pas_backend_file_process_remove_card): call + pas_book_notify_remove if the db->del was successful, and sync out + db. + (pas_backend_file_process_modify_card): call + pas_book_notify_change if db->put was successful, and sync out db. + 2000-03-26 Christopher James Lahey * addressbook/backend/ebook/test-client.c: Load an ECard instead -- cgit