empathy r2480 - trunk/libempathy



Author: xclaesse
Date: Mon Feb 16 21:24:46 2009
New Revision: 2480
URL: http://svn.gnome.org/viewvc/empathy?rev=2480&view=rev

Log:
Wait for handle instead of id before request a channel

This fixes calling from the new converstaion dialog to new contacts. As they
start of with an id right away but have no handle yet.

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

Modified:
   trunk/libempathy/empathy-call-handler.c

Modified: trunk/libempathy/empathy-call-handler.c
==============================================================================
--- trunk/libempathy/empathy-call-handler.c	(original)
+++ trunk/libempathy/empathy-call-handler.c	Mon Feb 16 21:24:46 2009
@@ -407,7 +407,7 @@
   if (priv->call == NULL)
     {
       empathy_contact_call_when_ready (priv->contact,
-        EMPATHY_CONTACT_READY_ID,
+        EMPATHY_CONTACT_READY_HANDLE,
         empathy_call_handler_contact_ready_cb, NULL, NULL, G_OBJECT (handler));
     }
   else



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