aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorSivaiah Nallagatla <snallagatla@novell.com>2005-04-08 14:24:38 +0800
committerSivaiah Nallagatla <siva@src.gnome.org>2005-04-08 14:24:38 +0800
commit32f26826d114c10f14f76c0b7cfda4d0edbcab92 (patch)
tree5e884fbcde50c04b2b0d1d99d75d6f719f3bd278 /addressbook
parentc26a9f463daa131649f3cb2ec7d6770cc052038f (diff)
downloadgsoc2013-evolution-32f26826d114c10f14f76c0b7cfda4d0edbcab92.tar
gsoc2013-evolution-32f26826d114c10f14f76c0b7cfda4d0edbcab92.tar.gz
gsoc2013-evolution-32f26826d114c10f14f76c0b7cfda4d0edbcab92.tar.bz2
gsoc2013-evolution-32f26826d114c10f14f76c0b7cfda4d0edbcab92.tar.lz
gsoc2013-evolution-32f26826d114c10f14f76c0b7cfda4d0edbcab92.tar.xz
gsoc2013-evolution-32f26826d114c10f14f76c0b7cfda4d0edbcab92.tar.zst
gsoc2013-evolution-32f26826d114c10f14f76c0b7cfda4d0edbcab92.zip
use eab_merging_book_add_contact instead of e_book_async_add_contact to
2005-04-03 Sivaiah Nallagatla <snallagatla@novell.com> * gui/widgets/eab-gui-util.c (do_copy) : use eab_merging_book_add_contact instead of e_book_async_add_contact to take care of duplicate checking Fixes #74255 svn path=/trunk/; revision=29187
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog8
-rw-r--r--addressbook/gui/widgets/eab-gui-util.c4
2 files changed, 10 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 586d7a50b2..2f809985d4 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,11 @@
+2005-04-03 Sivaiah Nallagatla <snallagatla@novell.com>
+
+ * gui/widgets/eab-gui-util.c (do_copy) :
+ use eab_merging_book_add_contact instead of
+ e_book_async_add_contact to take care of duplicate
+ checking
+ Fixes #74255
+
2005-03-16 Li Yuan <li.yuan@sun.com>
* gui/widgets/gal-view-minicard.c: (gal_view_minicard_class_init):
diff --git a/addressbook/gui/widgets/eab-gui-util.c b/addressbook/gui/widgets/eab-gui-util.c
index 24bbe248d4..a6c4517cb1 100644
--- a/addressbook/gui/widgets/eab-gui-util.c
+++ b/addressbook/gui/widgets/eab-gui-util.c
@@ -34,7 +34,7 @@
#include "widgets/misc/e-error.h"
#include "widgets/misc/e-image-chooser.h"
#include <e-util/e-icon-factory.h>
-
+#include "eab-contact-merging.h"
#include <gnome.h>
#include "addressbook/gui/contact-editor/eab-editor.h"
@@ -666,7 +666,7 @@ do_copy (gpointer data, gpointer user_data)
book = process->destination;
process->count ++;
- e_book_async_add_contact(book, contact, contact_added_cb, process);
+ eab_merging_book_add_contact(book, contact, contact_added_cb, process);
}
static void