aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-01 21:05:05 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-01 21:19:41 +0800
commit1a74f07d19bdbdbf0aa62587343b64f636ec7b20 (patch)
tree86cecf44d0733a6b3baa52b99404fda9054a2898
parent2a56b58b44cb38e394c1e92a59ee65dbc9456f7d (diff)
downloadgsoc2013-empathy-1a74f07d19bdbdbf0aa62587343b64f636ec7b20.tar
gsoc2013-empathy-1a74f07d19bdbdbf0aa62587343b64f636ec7b20.tar.gz
gsoc2013-empathy-1a74f07d19bdbdbf0aa62587343b64f636ec7b20.tar.bz2
gsoc2013-empathy-1a74f07d19bdbdbf0aa62587343b64f636ec7b20.tar.lz
gsoc2013-empathy-1a74f07d19bdbdbf0aa62587343b64f636ec7b20.tar.xz
gsoc2013-empathy-1a74f07d19bdbdbf0aa62587343b64f636ec7b20.tar.zst
gsoc2013-empathy-1a74f07d19bdbdbf0aa62587343b64f636ec7b20.zip
clarify when notify::connection is signalled
-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);
}