aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-new-message-dialog.c
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-02-03 17:02:59 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-02-03 17:02:59 +0800
commitdee8e2ead34eb2de1868103956084df6e442d009 (patch)
tree5a266d88473132ddedcdbe186ad68ab8a9042d31 /libempathy-gtk/empathy-new-message-dialog.c
parentcc5ffe66ab42ecb2fe0255b6ba0baee25624917f (diff)
downloadgsoc2013-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
Diffstat (limited to 'libempathy-gtk/empathy-new-message-dialog.c')
-rw-r--r--libempathy-gtk/empathy-new-message-dialog.c1
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);