diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2010-12-22 19:57:38 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2010-12-22 19:57:38 +0800 |
commit | 9f3eabf31f324237fd99fca8762a04bc98cd7630 (patch) | |
tree | 2dcc23e958a2657b303c06970a808b511f48571a /libempathy | |
parent | ae173323b5bc489f03fda053584dbcfe212836a2 (diff) | |
download | gsoc2013-empathy-9f3eabf31f324237fd99fca8762a04bc98cd7630.tar gsoc2013-empathy-9f3eabf31f324237fd99fca8762a04bc98cd7630.tar.gz gsoc2013-empathy-9f3eabf31f324237fd99fca8762a04bc98cd7630.tar.bz2 gsoc2013-empathy-9f3eabf31f324237fd99fca8762a04bc98cd7630.tar.lz gsoc2013-empathy-9f3eabf31f324237fd99fca8762a04bc98cd7630.tar.xz gsoc2013-empathy-9f3eabf31f324237fd99fca8762a04bc98cd7630.tar.zst gsoc2013-empathy-9f3eabf31f324237fd99fca8762a04bc98cd7630.zip |
account-settings: add a comment saying what to remove when purging migration code
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy')
-rw-r--r-- | 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 647c88d60..d84b14d6c 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 |