From: Sjoerd Simons Date: Mon, 16 Feb 2009 21:24:46 +0000 (+0000) Subject: Wait for handle instead of id before request a channel X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=8b42924a86066e2e62a69376aac5dec523145f8a 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 svn path=/trunk/; revision=2480 --- diff --git a/libempathy/empathy-call-handler.c b/libempathy/empathy-call-handler.c index aecf655b..41cef670 100644 --- a/libempathy/empathy-call-handler.c +++ b/libempathy/empathy-call-handler.c @@ -407,7 +407,7 @@ empathy_call_handler_start_call (EmpathyCallHandler *handler) 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