From 8b42924a86066e2e62a69376aac5dec523145f8a Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Mon, 16 Feb 2009 21:24:46 +0000 Subject: 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 --- libempathy/empathy-call-handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy') diff --git a/libempathy/empathy-call-handler.c b/libempathy/empathy-call-handler.c index aecf655be..41cef6707 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 -- cgit v1.2.3