aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2009-10-30 18:22:12 +0800
committerJonny Lamb <jonnylamb@gnome.org>2009-10-30 18:22:12 +0800
commitd299fc2bd39cabadfd6a1753f8e22b1d029a6ed9 (patch)
tree697f95adbab7e2d649de12a434145a8d1fb7c08f /libempathy
parent9447a3e1a68867e52ae22f22324dece3be70e8db (diff)
downloadgsoc2013-empathy-d299fc2bd39cabadfd6a1753f8e22b1d029a6ed9.tar
gsoc2013-empathy-d299fc2bd39cabadfd6a1753f8e22b1d029a6ed9.tar.gz
gsoc2013-empathy-d299fc2bd39cabadfd6a1753f8e22b1d029a6ed9.tar.bz2
gsoc2013-empathy-d299fc2bd39cabadfd6a1753f8e22b1d029a6ed9.tar.lz
gsoc2013-empathy-d299fc2bd39cabadfd6a1753f8e22b1d029a6ed9.tar.xz
gsoc2013-empathy-d299fc2bd39cabadfd6a1753f8e22b1d029a6ed9.tar.zst
gsoc2013-empathy-d299fc2bd39cabadfd6a1753f8e22b1d029a6ed9.zip
idle: updated comment
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-idle.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libempathy/empathy-idle.c b/libempathy/empathy-idle.c
index b4cc0cf6e..27ae487e7 100644
--- a/libempathy/empathy-idle.c
+++ b/libempathy/empathy-idle.c
@@ -630,10 +630,12 @@ empathy_idle_do_set_presence (EmpathyIdle *idle,
g_return_if_fail (status != NULL);
- /* FIXME: Should be sure that the account manager is prepared, but
+ /* We possibly should be sure that the account manager is prepared, but
* sometimes this isn't possible, like when exiting. In other words,
* we need a callback to empathy_idle_set_presence to be sure the
- * presence is set on all accounts successfully. */
+ * presence is set on all accounts successfully.
+ * However, in practice, this is fine as we've already prepared the
+ * account manager here in _init. */
tp_account_manager_set_all_requested_presences (priv->manager,
status_type, status, status_message);
}