[empathy] account-settings: add a comment saying what to remove when purging migration code



commit 9f3eabf31f324237fd99fca8762a04bc98cd7630
Author: Jonny Lamb <jonnylamb gnome org>
Date:   Wed Dec 22 11:57:38 2010 +0000

    account-settings: add a comment saying what to remove when purging migration code
    
    Signed-off-by: Jonny Lamb <jonnylamb gnome org>

 libempathy/empathy-account-settings.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c
index 647c88d..d84b14d 100644
--- a/libempathy/empathy-account-settings.c
+++ b/libempathy/empathy-account-settings.c
@@ -595,7 +595,8 @@ empathy_account_settings_check_readyness (EmpathyAccountSettings *self)
         }
     }
 
-
+  /* NOTE: When removing MC migration code, remove this call, and the
+   * function it's calling. That's it. */
   empathy_account_settings_try_migrating_password (self);
 
   /* priv->account won't be a proper account if it's the account



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