From fbb323c3d100a70b794a67b4ed8492e55f651019 Mon Sep 17 00:00:00 2001
From: Chris Toshok <toshok@ximian.com>
Date: Thu, 14 Jun 2001 20:46:49 +0000
Subject: save ourselves a function call - call close_dialog instead of

2001-06-14  Chris Toshok  <toshok@ximian.com>

	* contact-editor/e-contact-editor.c (delete_cb): save ourselves a
	function call - call close_dialog instead of file_close_cb.

svn path=/trunk/; revision=10238
---
 addressbook/contact-editor/e-contact-editor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'addressbook/contact-editor')

diff --git a/addressbook/contact-editor/e-contact-editor.c b/addressbook/contact-editor/e-contact-editor.c
index 664b442303..4be7b90303 100644
--- a/addressbook/contact-editor/e-contact-editor.c
+++ b/addressbook/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));
-- 
cgit