comparison libpurple/account.c @ 27321:76a13febd641

I forgot to remove the old bool setting for Yahoo! JAPAN.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Mon, 06 Jul 2009 06:00:13 +0000
parents 87586d7bdbbd
children c374d57b3215
comparison
equal deleted inserted replaced
27320:87586d7bdbbd 27321:76a13febd641
501 501
502 purple_account_set_protocol_id(account, "prpl-yahoojp"); 502 purple_account_set_protocol_id(account, "prpl-yahoojp");
503 } 503 }
504 504
505 /* these should always be nuked */ 505 /* these should always be nuked */
506 purple_account_remove_setting(account, "yahoojp");
506 purple_account_remove_setting(account, "serverjp"); 507 purple_account_remove_setting(account, "serverjp");
507 purple_account_remove_setting(account, "xferjp_host"); 508 purple_account_remove_setting(account, "xferjp_host");
508 509
509 } 510 }
510 511