From 56b5ddf1ca2d8cd63f2c10fba1b0018037c6ad69 Mon Sep 17 00:00:00 2001 From: Sushma Rai Date: Thu, 21 Jul 2005 13:27:37 +0000 Subject: Not prompting the delete confirmation dialog for cut contact operation. Fixes #311090 svn path=/trunk/; revision=29833 --- addressbook/gui/component/addressbook-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/component/addressbook-view.c') diff --git a/addressbook/gui/component/addressbook-view.c b/addressbook/gui/component/addressbook-view.c index 78d44d83c9..9923c31a62 100644 --- a/addressbook/gui/component/addressbook-view.c +++ b/addressbook/gui/component/addressbook-view.c @@ -179,7 +179,7 @@ delete_contact_cb (BonoboUIComponent *uih, void *user_data, const char *path) AddressbookView *view = (AddressbookView *) user_data; EABView *v = get_current_view (view); if (v) - eab_view_delete_selection(v); + eab_view_delete_selection(v, TRUE); } static void -- cgit