diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-30 18:30:28 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-30 18:30:28 +0800 |
commit | 17fa8e8c29b51a350babb894aad6acab11bea0e5 (patch) | |
tree | f87fbc5f4f4c89e424c1a4a4a07a490d4eca0490 /libempathy/empathy-dispatcher.c | |
parent | 1659a34e6b8cce932348b51c55db3ff33947f32f (diff) | |
download | gsoc2013-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/empathy-dispatcher.c')
-rw-r--r-- | libempathy/empathy-dispatcher.c | 2 |
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); |