From 32f26826d114c10f14f76c0b7cfda4d0edbcab92 Mon Sep 17 00:00:00 2001 From: Sivaiah Nallagatla Date: Fri, 8 Apr 2005 06:24:38 +0000 Subject: use eab_merging_book_add_contact instead of e_book_async_add_contact to 2005-04-03 Sivaiah Nallagatla * 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 --- addressbook/gui/widgets/eab-gui-util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'addressbook/gui') 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 - +#include "eab-contact-merging.h" #include #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 -- cgit v1.2.3