empathy r2177 - trunk/src



Author: xclaesse
Date: Fri Jan  9 16:14:49 2009
New Revision: 2177
URL: http://svn.gnome.org/viewvc/empathy?rev=2177&view=rev

Log:
No need to call empathy_run_until_ready, the DispatchOperation already ensured it's ready

Signed-off-by: Sjoerd Simons <sjoerd simons collabora co uk>

Modified:
   trunk/src/empathy.c

Modified: trunk/src/empathy.c
==============================================================================
--- trunk/src/empathy.c	(original)
+++ trunk/src/empathy.c	Fri Jan  9 16:14:49 2009
@@ -76,7 +76,6 @@
 
 		tp_chat = EMPATHY_TP_CHAT (
 			empathy_dispatch_operation_get_channel_wrapper (operation));
-		empathy_run_until_ready (tp_chat);
 
 		id = empathy_tp_chat_get_id (tp_chat);
 		if (!id) {



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