aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.c
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2009-10-30 18:15:35 +0800
committerJonny Lamb <jonnylamb@gnome.org>2009-10-30 18:15:35 +0800
commit9447a3e1a68867e52ae22f22324dece3be70e8db (patch)
tree048d812232d2e4384aee5d1f9413ad91dabc25cd /libempathy/empathy-utils.c
parentf2435188ed801faab430b40582e7dbd4cd8a0d56 (diff)
downloadgsoc2013-empathy-9447a3e1a68867e52ae22f22324dece3be70e8db.tar
gsoc2013-empathy-9447a3e1a68867e52ae22f22324dece3be70e8db.tar.gz
gsoc2013-empathy-9447a3e1a68867e52ae22f22324dece3be70e8db.tar.bz2
gsoc2013-empathy-9447a3e1a68867e52ae22f22324dece3be70e8db.tar.lz
gsoc2013-empathy-9447a3e1a68867e52ae22f22324dece3be70e8db.tar.xz
gsoc2013-empathy-9447a3e1a68867e52ae22f22324dece3be70e8db.tar.zst
gsoc2013-empathy-9447a3e1a68867e52ae22f22324dece3be70e8db.zip
utils: remove FIXME
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>
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r--libempathy/empathy-utils.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index eb080c2c2..21b0599c8 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -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)