aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2009-10-30 18:30:28 +0800
committerJonny Lamb <jonnylamb@gnome.org>2009-10-30 18:30:28 +0800
commit17fa8e8c29b51a350babb894aad6acab11bea0e5 (patch)
treef87fbc5f4f4c89e424c1a4a4a07a490d4eca0490 /libempathy
parent1659a34e6b8cce932348b51c55db3ff33947f32f (diff)
downloadgsoc2013-empathy-17fa8e8c29b51a350babb894aad6acab11bea0e5.tar
gsoc2013-empathy-17fa8e8c29b51a350babb894aad6acab11bea0e5.tar.gz
gsoc2013-empathy-17fa8e8c29b51a350babb894aad6acab11bea0e5.tar.bz2
gsoc2013-empathy-17fa8e8c29b51a350babb894aad6acab11bea0e5.tar.lz
gsoc2013-empathy-17fa8e8c29b51a350babb894aad6acab11bea0e5.tar.xz
gsoc2013-empathy-17fa8e8c29b51a350babb894aad6acab11bea0e5.tar.zst
gsoc2013-empathy-17fa8e8c29b51a350babb894aad6acab11bea0e5.zip
dispatcher: refer to EmpathyHandler bug
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-dispatcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c
index 523bc2eee..a88ff33f1 100644
--- a/libempathy/empathy-dispatcher.c
+++ b/libempathy/empathy-dispatcher.c
@@ -1985,7 +1985,7 @@ empathy_dispatcher_handle_channels (EmpathyHandler *handler,
TpConnection *connection;
/* FIXME: should probably find out whether the account manager is prepared
- * before ensuring. */
+ * before ensuring. See bug #600111. */
account = tp_account_manager_ensure_account (priv->account_manager,
account_path);
g_assert (account != NULL);