From 8b080c2358ad689f8a2d3fc2b0e98f966c4cccfb Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 11 Jun 2001 10:13:04 +0000 Subject: Added e-card-merging-book-commit-duplicate-detected.glade here. 2001-06-11 Christopher James Lahey * gui/merging/Makefile.am (glade_DATA): Added e-card-merging-book-commit-duplicate-detected.glade here. * gui/merging/e-card-merging-book-commit-duplicate-detected.glade: Added this file. The GUI for asking whether to commit a modified card. * gui/merging/e-card-merging.c, gui/merging/e-card-merging.h (e_card_merging_book_commit_card): Added this function. * gui/widgets/e-addressbook-table-adapter.c (addressbook_set_value_at), gui/widgets/e-addressbook-util.c (commit_card_cb), gui/widgets/e-minicard.c (e_minicard_event): Use e_card_merging_book_commit_card instead of e_book_commit_card here. svn path=/trunk/; revision=10184 --- addressbook/gui/merging/e-card-merging.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'addressbook/gui/merging/e-card-merging.h') diff --git a/addressbook/gui/merging/e-card-merging.h b/addressbook/gui/merging/e-card-merging.h index 022cad0099..c4d9483beb 100644 --- a/addressbook/gui/merging/e-card-merging.h +++ b/addressbook/gui/merging/e-card-merging.h @@ -17,10 +17,14 @@ BEGIN_GNOME_DECLS -gboolean e_card_merging_book_add_card (EBook *book, - ECard *card, - EBookIdCallback cb, - gpointer closure); +gboolean e_card_merging_book_add_card (EBook *book, + ECard *card, + EBookIdCallback cb, + gpointer closure); +gboolean e_card_merging_book_commit_card (EBook *book, + ECard *card, + EBookCallback cb, + gpointer closure); END_GNOME_DECLS -- cgit v1.2.3