[empathy: 49/59] utils: remove FIXME



commit 9447a3e1a68867e52ae22f22324dece3be70e8db
Author: Jonny Lamb <jonnylamb gnome org>
Date:   Fri Oct 30 10:15:35 2009 +0000

    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>

 libempathy/empathy-utils.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index eb080c2..21b0599 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]