empathy r1864 - trunk/libempathy



Author: xclaesse
Date: Fri Nov 21 16:21:55 2008
New Revision: 1864
URL: http://svn.gnome.org/viewvc/empathy?rev=1864&view=rev

Log:
get_requestable_channel_classes_cb: call tp_contact_factory_ready if the D-Bus call failed

Modified:
   trunk/libempathy/empathy-tp-contact-factory.c

Modified: trunk/libempathy/empathy-tp-contact-factory.c
==============================================================================
--- trunk/libempathy/empathy-tp-contact-factory.c	(original)
+++ trunk/libempathy/empathy-tp-contact-factory.c	Fri Nov 21 16:21:55 2008
@@ -835,6 +835,7 @@
   if (error != NULL)
     {
       DEBUG ("Error: %s", error->message);
+      tp_contact_factory_ready (self);
       return;
     }
 



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