From dee8e2ead34eb2de1868103956084df6e442d009 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Tue, 3 Feb 2009 09:02:59 +0000 Subject: [PATCH] Don't start the call from the message dialog, the handler will take care of it Signed-off-by: Sjoerd Simons svn path=/trunk/; revision=2385 --- libempathy-gtk/empathy-new-message-dialog.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libempathy-gtk/empathy-new-message-dialog.c b/libempathy-gtk/empathy-new-message-dialog.c index 1db8db1b..93f679e6 100644 --- a/libempathy-gtk/empathy-new-message-dialog.c +++ b/libempathy-gtk/empathy-new-message-dialog.c @@ -191,7 +191,6 @@ new_message_dialog_response_cb (GtkWidget *widget, factory = empathy_contact_factory_dup_singleton (); contact = empathy_contact_factory_get_from_id (factory, account, id); - empathy_start_call_with_contact (contact); call_factory = empathy_call_factory_get(); empathy_call_factory_new_call (call_factory, contact); -- 2.39.2