diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-02-03 17:02:59 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-02-03 17:02:59 +0800 |
commit | dee8e2ead34eb2de1868103956084df6e442d009 (patch) | |
tree | 5a266d88473132ddedcdbe186ad68ab8a9042d31 | |
parent | cc5ffe66ab42ecb2fe0255b6ba0baee25624917f (diff) | |
download | gsoc2013-empathy-dee8e2ead34eb2de1868103956084df6e442d009.tar gsoc2013-empathy-dee8e2ead34eb2de1868103956084df6e442d009.tar.gz gsoc2013-empathy-dee8e2ead34eb2de1868103956084df6e442d009.tar.bz2 gsoc2013-empathy-dee8e2ead34eb2de1868103956084df6e442d009.tar.lz gsoc2013-empathy-dee8e2ead34eb2de1868103956084df6e442d009.tar.xz gsoc2013-empathy-dee8e2ead34eb2de1868103956084df6e442d009.tar.zst gsoc2013-empathy-dee8e2ead34eb2de1868103956084df6e442d009.zip |
Don't start the call from the message dialog, the handler will take care of it
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2385
-rw-r--r-- | libempathy-gtk/empathy-new-message-dialog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-new-message-dialog.c b/libempathy-gtk/empathy-new-message-dialog.c index 1db8db1b6..93f679e66 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); |