aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>2000-03-27 13:46:09 +0800
committerChris Toshok <toshok@src.gnome.org>2000-03-27 13:46:09 +0800
commit23f5d783442507933a385aafec5bfdd6d5f72b5e (patch)
tree15c96fb34a37bfcd0c6efee9aaac179aa01ad4a9
parent01d6c01c6fad72d817103440aa5768a7a178d8a2 (diff)
downloadgsoc2013-evolution-23f5d783442507933a385aafec5bfdd6d5f72b5e.tar
gsoc2013-evolution-23f5d783442507933a385aafec5bfdd6d5f72b5e.tar.gz
gsoc2013-evolution-23f5d783442507933a385aafec5bfdd6d5f72b5e.tar.bz2
gsoc2013-evolution-23f5d783442507933a385aafec5bfdd6d5f72b5e.tar.lz
gsoc2013-evolution-23f5d783442507933a385aafec5bfdd6d5f72b5e.tar.xz
gsoc2013-evolution-23f5d783442507933a385aafec5bfdd6d5f72b5e.tar.zst
gsoc2013-evolution-23f5d783442507933a385aafec5bfdd6d5f72b5e.zip
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
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e124f18f83..d9ef0a83bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2000-03-26 Chris Toshok <toshok@laptoph.xtoph.org>
+
+ * 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 <clahey@helixcode.com>
* addressbook/backend/ebook/test-client.c: Load an ECard instead