From aa6d8ce99a72c349c471fd8eb583bdd95aa550eb Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 21 Nov 2008 16:21:55 +0000 Subject: get_requestable_channel_classes_cb: call tp_contact_factory_ready if the D-Bus call failed svn path=/trunk/; revision=1864 --- libempathy/empathy-tp-contact-factory.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libempathy/empathy-tp-contact-factory.c b/libempathy/empathy-tp-contact-factory.c index 41eca85e3..e41343ce8 100644 --- a/libempathy/empathy-tp-contact-factory.c +++ b/libempathy/empathy-tp-contact-factory.c @@ -835,6 +835,7 @@ get_requestable_channel_classes_cb (TpProxy *connection, if (error != NULL) { DEBUG ("Error: %s", error->message); + tp_contact_factory_ready (self); return; } -- cgit v1.2.3