# HG changeset patch # User John Bailey # Date 1246860013 0 # Node ID 76a13febd64174d465294a26215baa04af4be1e4 # Parent 87586d7bdbbd62444f0bf114f53b2cb5822775da I forgot to remove the old bool setting for Yahoo! JAPAN. diff -r 87586d7bdbbd -r 76a13febd641 libpurple/account.c --- a/libpurple/account.c Mon Jul 06 05:48:30 2009 +0000 +++ b/libpurple/account.c Mon Jul 06 06:00:13 2009 +0000 @@ -503,6 +503,7 @@ } /* these should always be nuked */ + purple_account_remove_setting(account, "yahoojp"); purple_account_remove_setting(account, "serverjp"); purple_account_remove_setting(account, "xferjp_host");