aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/merging/eab-contact-merging.c3
1 files changed, 3 insertions, 0 deletions
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;
}
}