aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-contact-factory.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:21:55 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:21:55 +0800
commitaa6d8ce99a72c349c471fd8eb583bdd95aa550eb (patch)
treed8bb04d274713dd7dbafedb412b8b4a2e278418d /libempathy/empathy-tp-contact-factory.c
parent20e4b51eeab516c2de49db5a0872095d69c3c0b7 (diff)
downloadgsoc2013-empathy-aa6d8ce99a72c349c471fd8eb583bdd95aa550eb.tar
gsoc2013-empathy-aa6d8ce99a72c349c471fd8eb583bdd95aa550eb.tar.gz
gsoc2013-empathy-aa6d8ce99a72c349c471fd8eb583bdd95aa550eb.tar.bz2
gsoc2013-empathy-aa6d8ce99a72c349c471fd8eb583bdd95aa550eb.tar.lz
gsoc2013-empathy-aa6d8ce99a72c349c471fd8eb583bdd95aa550eb.tar.xz
gsoc2013-empathy-aa6d8ce99a72c349c471fd8eb583bdd95aa550eb.tar.zst
gsoc2013-empathy-aa6d8ce99a72c349c471fd8eb583bdd95aa550eb.zip
get_requestable_channel_classes_cb: call tp_contact_factory_ready if the D-Bus call failed
svn path=/trunk/; revision=1864
Diffstat (limited to 'libempathy/empathy-tp-contact-factory.c')
-rw-r--r--libempathy/empathy-tp-contact-factory.c1
1 files changed, 1 insertions, 0 deletions
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;
}