From 1a74f07d19bdbdbf0aa62587343b64f636ec7b20 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Wed, 1 Jul 2009 14:05:05 +0100 Subject: clarify when notify::connection is signalled --- libempathy/empathy-account.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libempathy/empathy-account.c b/libempathy/empathy-account.c index 7672106c5..e0a8e756b 100644 --- a/libempathy/empathy-account.c +++ b/libempathy/empathy-account.c @@ -548,6 +548,7 @@ _empathy_account_set_connection (EmpathyAccount *account, G_CALLBACK (_empathy_account_connection_invalidated_cb), account); + /* notify a change in the connection property when it's ready */ tp_connection_call_when_ready (priv->connection, empathy_account_connection_ready_cb, account); } -- cgit v1.2.3