diff options
Diffstat (limited to 'libempathy')
-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); |