aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy-gtk/empathy-contact-search-dialog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-search-dialog.c b/libempathy-gtk/empathy-contact-search-dialog.c
index 350879e19..aeb0767d3 100644
--- a/libempathy-gtk/empathy-contact-search-dialog.c
+++ b/libempathy-gtk/empathy-contact-search-dialog.c
@@ -172,6 +172,9 @@ add_selected_contact (EmpathyContactSearchDialog *self)
empathy_tp_contact_factory_get_from_id (conn, id,
on_get_contact_factory_get_from_id_cb, NULL,
NULL, NULL);
+
+ /* Close the dialog */
+ gtk_dialog_response (GTK_DIALOG (self), GTK_RESPONSE_CANCEL);
}
static void