From efa9a6294d55c0c9f857e1c26390898c84ce0784 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 11 Jun 2001 05:43:48 +0000 Subject: Added this function to let you do slightly more complicated searches. 2001-06-11 Christopher James Lahey * backend/ebook/e-card-compare.c, backend/ebook/e-card-compare.h (e_card_locate_match_full): Added this function to let you do slightly more complicated searches. * gui/merging/e-card-merging.c (e_card_merging_book_add_card): Use e_card_locate_match_full to check if the card exists in the book it's being added to instead of in the default book. svn path=/trunk/; revision=10178 --- addressbook/gui/merging/e-card-merging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/merging/e-card-merging.c') diff --git a/addressbook/gui/merging/e-card-merging.c b/addressbook/gui/merging/e-card-merging.c index 701ab69da9..c367a60271 100644 --- a/addressbook/gui/merging/e-card-merging.c +++ b/addressbook/gui/merging/e-card-merging.c @@ -82,7 +82,7 @@ e_card_merging_book_add_card (EBook *book, lookup->cb = cb; lookup->closure = closure; - e_card_locate_match (card, match_query_callback, lookup); + e_card_locate_match_full (book, card, NULL, match_query_callback, lookup); return TRUE; } -- cgit v1.2.3