From: Sjoerd Simons Date: Tue, 3 Feb 2009 09:02:59 +0000 (+0000) Subject: Don't start the call from the message dialog, the handler will take care of it X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=dee8e2ead34eb2de1868103956084df6e442d009 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 --- 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);