]> git.0d.be Git - empathy.git/commitdiff
get_requestable_channel_classes_cb: call tp_contact_factory_ready if the D-Bus call...
authorXavier Claessens <xclaesse@src.gnome.org>
Fri, 21 Nov 2008 16:21:55 +0000 (16:21 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 21 Nov 2008 16:21:55 +0000 (16:21 +0000)
svn path=/trunk/; revision=1864

libempathy/empathy-tp-contact-factory.c

index 41eca85e330ad3ec8e37c6016415e8466d00a120..e41343ce8b8592b156546ec288e25eb82b3ecbb6 100644 (file)
@@ -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;
     }