From 4d1961b7f6ca997275bac01ee86b82426b6ca37f Mon Sep 17 00:00:00 2001 From: Sushma Rai Date: Wed, 17 Aug 2005 09:35:22 +0000 Subject: Handling GTK_RESPONSE_DELETE_EVENT response. svn path=/trunk/; revision=30144 --- addressbook/gui/merging/eab-contact-merging.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'addressbook/gui') diff --git a/addressbook/gui/merging/eab-contact-merging.c b/addressbook/gui/merging/eab-contact-merging.c index a43c56043d..37f147eaa4 100644 --- a/addressbook/gui/merging/eab-contact-merging.c +++ b/addressbook/gui/merging/eab-contact-merging.c @@ -143,6 +143,9 @@ response (GtkWidget *dialog, int response, EContactMergingLookup *lookup) case 1: cancelit (lookup); break; + case GTK_RESPONSE_DELETE_EVENT: + cancelit (lookup); + break; } } -- cgit v1.2.3