--- a/src/main.c Mon Dec 08 07:11:46 2003 +0000 +++ b/src/main.c Mon Dec 08 22:54:30 2003 +0000 @@ -156,7 +156,7 @@ account = gaim_accounts_find(username, NULL); if (!account) { account = gaim_account_new(username, "prpl-oscar"); - gaim_account_set_remember_password(account, TRUE); + gaim_account_set_remember_password(account, FALSE); gaim_accounts_add(account); }