diff options
author | Parthasarathi Susarla <sparthasarathi@novell.com> | 2005-01-29 03:29:55 +0800 |
---|---|---|
committer | Sivaiah Nallagatla <siva@src.gnome.org> | 2005-01-29 03:29:55 +0800 |
commit | 2af8159df56550e60a46f58e8d84eb528f015c22 (patch) | |
tree | 00797562daaa77561e2c17f1e2d81f1b2d57f12f /addressbook/ChangeLog | |
parent | db9ecaacf2dbf3699c41fa0cbfcdc04439dd8f40 (diff) | |
download | gsoc2013-evolution-2af8159df56550e60a46f58e8d84eb528f015c22.tar gsoc2013-evolution-2af8159df56550e60a46f58e8d84eb528f015c22.tar.gz gsoc2013-evolution-2af8159df56550e60a46f58e8d84eb528f015c22.tar.bz2 gsoc2013-evolution-2af8159df56550e60a46f58e8d84eb528f015c22.tar.lz gsoc2013-evolution-2af8159df56550e60a46f58e8d84eb528f015c22.tar.xz gsoc2013-evolution-2af8159df56550e60a46f58e8d84eb528f015c22.tar.zst gsoc2013-evolution-2af8159df56550e60a46f58e8d84eb528f015c22.zip |
call the eab_merging_* functions instead of e_book_sync* directly. The
2004-01-29 Parthasarathi Susarla <sparthasarathi@novell.com>
* addressbook/gui/contact-list-editor/e-contact-list-editor.c
(save_contact) : call the eab_merging_* functions instead of
e_book_sync* directly. The merging function check for duplication.
The following functions have been called:
1. eab_merging_book_add_contact for adding a new entry
2. eab_merging_book_commit_contact for commiting a modified entry
Fixes bug #57819
svn path=/trunk/; revision=28604
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index b42c65733e..6e221ba118 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,14 @@ +2004-01-29 Parthasarathi Susarla <sparthasarathi@novell.com> + + * addressbook/gui/contact-list-editor/e-contact-list-editor.c + (save_contact) : call the eab_merging_* functions instead of + e_book_sync* directly. The merging function check for duplication. + The following functions have been called: + 1. eab_merging_book_add_contact for adding a new entry + 2. eab_merging_book_commit_contact for commiting a modified entry + + Fixes bug #57819 + 2005-01-29 Sivaiah Nallagatla <snallagatla@novell.com> * gui/contact-editor/e-contact-editor.c |