]> git.0d.be Git - empathy.git/commitdiff
utils: remove FIXME
authorJonny Lamb <jonnylamb@gnome.org>
Fri, 30 Oct 2009 10:15:35 +0000 (10:15 +0000)
committerJonny Lamb <jonnylamb@gnome.org>
Fri, 30 Oct 2009 10:15:35 +0000 (10:15 +0000)
Although still true, the comment above the function will suffice and
this can't really be changed without lots of making-async of other
places in Empathy.

I also don't think this is a problem in practice as everywhere in
Empathy we use the account manager should have a _prepare called
beforehand.

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
libempathy/empathy-utils.c

index eb080c2c2ea2bf9cbd1283f22593b7b984f89986..21b0599c8fcdca8a1cf17f3de8cb21403187edd7 100644 (file)
@@ -503,8 +503,6 @@ empathy_get_account_for_connection (TpConnection *connection)
 
   manager = tp_account_manager_dup ();
 
-  /* FIXME: assumes account manager is prepared */
-
   accounts = tp_account_manager_get_valid_accounts (manager);
 
   for (l = accounts; l != NULL; l = l->next)