aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/contact-editor')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index 664b442303..4be7b90303 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -763,7 +763,7 @@ delete_cb (GtkWidget *widget, gpointer data)
gtk_signal_emit (GTK_OBJECT (ce), contact_editor_signals[DELETE_CARD],
card);
- file_close_cb(widget, data);
+ close_dialog (ce);
}
gtk_object_unref(GTK_OBJECT(card));