empathy r2385 - trunk/libempathy-gtk



Author: xclaesse
Date: Tue Feb  3 09:02:59 2009
New Revision: 2385
URL: http://svn.gnome.org/viewvc/empathy?rev=2385&view=rev

Log:
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>

Modified:
   trunk/libempathy-gtk/empathy-new-message-dialog.c

Modified: trunk/libempathy-gtk/empathy-new-message-dialog.c
==============================================================================
--- trunk/libempathy-gtk/empathy-new-message-dialog.c	(original)
+++ trunk/libempathy-gtk/empathy-new-message-dialog.c	Tue Feb  3 09:02:59 2009
@@ -191,7 +191,6 @@
 
 		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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]