aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-03-14 21:05:44 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-03-14 21:05:44 +0800
commit869ce9441e9464edbc8d7e3d1c05fdee6b257bd8 (patch)
tree6cbdd3b5be63bdfae2dcc6b5ef1bc1bc0f295a72
parent867245d29553bb2480bfb8cb7bd5250d678492e8 (diff)
downloadgsoc2013-empathy-869ce9441e9464edbc8d7e3d1c05fdee6b257bd8.tar
gsoc2013-empathy-869ce9441e9464edbc8d7e3d1c05fdee6b257bd8.tar.gz
gsoc2013-empathy-869ce9441e9464edbc8d7e3d1c05fdee6b257bd8.tar.bz2
gsoc2013-empathy-869ce9441e9464edbc8d7e3d1c05fdee6b257bd8.tar.lz
gsoc2013-empathy-869ce9441e9464edbc8d7e3d1c05fdee6b257bd8.tar.xz
gsoc2013-empathy-869ce9441e9464edbc8d7e3d1c05fdee6b257bd8.tar.zst
gsoc2013-empathy-869ce9441e9464edbc8d7e3d1c05fdee6b257bd8.zip
Emit notify::ready signals
svn path=/trunk/; revision=792
-rw-r--r--libempathy/empathy-tp-contact-factory.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-contact-factory.c b/libempathy/empathy-tp-contact-factory.c
index 6700a714e..1ff0c403b 100644
--- a/libempathy/empathy-tp-contact-factory.c
+++ b/libempathy/empathy-tp-contact-factory.c
@@ -705,6 +705,8 @@ tp_contact_factory_connection_invalidated_cb (EmpathyTpContactFactory *tp_factor
g_object_unref (priv->connection);
priv->connection = NULL;
priv->ready = FALSE;
+ g_object_notify (G_OBJECT (tp_factory), "ready");
+
g_list_foreach (priv->contacts,
tp_contact_factory_disconnect_contact_foreach,
@@ -736,6 +738,7 @@ tp_contact_factory_got_self_handle_cb (TpConnection *proxy,
empathy_contact_set_handle (priv->user, handle);
priv->ready = TRUE;
+ g_object_notify (tp_factory, "ready");
/* Connect signals */
tp_cli_connection_interface_aliasing_connect_to_aliases_changed (priv->connection,