]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-new-message-dialog.c
Don't start the call from the message dialog, the handler will take care of it
[empathy.git] / libempathy-gtk / empathy-new-message-dialog.c
index 1db8db1b6bdb28968e830fd487019909e9465111..93f679e66d80696374949970da520935d92c8a20 100644 (file)
@@ -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);