]> git.0d.be Git - empathy.git/commitdiff
clarify when notify::connection is signalled
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Wed, 1 Jul 2009 13:05:05 +0000 (14:05 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Wed, 1 Jul 2009 13:19:41 +0000 (14:19 +0100)
libempathy/empathy-account.c

index 7672106c50ccfc2336af15020813edf429f194bb..e0a8e756b442f79da8d17d9625a4a1f0d33b0d81 100644 (file)
@@ -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);
     }