diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:21:55 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:21:55 +0800 |
commit | aa6d8ce99a72c349c471fd8eb583bdd95aa550eb (patch) | |
tree | d8bb04d274713dd7dbafedb412b8b4a2e278418d | |
parent | 20e4b51eeab516c2de49db5a0872095d69c3c0b7 (diff) | |
download | gsoc2013-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
-rw-r--r-- | libempathy/empathy-tp-contact-factory.c | 1 |
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; } |