From f296ef013c4f869b26a99e3149547f043d25179a Mon Sep 17 00:00:00 2001 From: Sivaiah Nallagatla Date: Sun, 8 Feb 2004 11:58:37 +0000 Subject: pass contact as an argument instead of contact id to 2004-02-08 Sivaiah Nallagatla * gui/widgets/e-addressbook-view.c (delete) : pass contact as an argument instead of contact id to e_book_async_remove_contact svn path=/trunk/; revision=24672 --- addressbook/gui/widgets/e-addressbook-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/widgets/e-addressbook-view.c') diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index 4e87fce964..aaaee4a089 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -941,7 +941,7 @@ delete (GtkWidget *widget, ContactAndBook *contact_and_book) /* Remove the card. */ /* XXX no callback specified... ugh */ e_book_async_remove_contact (book, - e_contact_get_const (contact, E_CONTACT_UID), + contact, NULL, NULL); } -- cgit v1.2.3