aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy/empathy-account.c1
1 files changed, 1 insertions, 0 deletions
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);
}