src/main.c

changeset 7810
63e622ceacf1
parent 7783
b5ab442dbfcf
child 7956
21d891f33b89
--- 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);
 	}
 

mercurial