comparison src/main.c @ 7810:10010e717354

[gaim-migrate @ 8457] I made the default option for password options "false." Is that a'ight? Lemme know if you want me to change it back. Just I'll do it man, I'm crazy. <-- mxpxpod has quit ("Guns kill people as much as spoons made Rosie O'Donnell fat..") <Paco-Paco> I love that quit message <Paco-Paco> really I love anything that rips on Rosie <ownt> jeans? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 08 Dec 2003 22:54:30 +0000
parents 565369d12874
children 1b8261f374ea
comparison
equal deleted inserted replaced
7809:533419ef5569 7810:10010e717354
154 * the second one */ 154 * the second one */
155 155
156 account = gaim_accounts_find(username, NULL); 156 account = gaim_accounts_find(username, NULL);
157 if (!account) { 157 if (!account) {
158 account = gaim_account_new(username, "prpl-oscar"); 158 account = gaim_account_new(username, "prpl-oscar");
159 gaim_account_set_remember_password(account, TRUE); 159 gaim_account_set_remember_password(account, FALSE);
160 gaim_accounts_add(account); 160 gaim_accounts_add(account);
161 } 161 }
162 162
163 gaim_account_set_password(account, (*password != '\0') ? password : NULL); 163 gaim_account_set_password(account, (*password != '\0') ? password : NULL);
164 164