src/gaimrc.c

changeset 6067
4d8cd26c855b
parent 6065
ccd9672f9636
child 6097
3208a7862cbf
equal deleted inserted replaced
6066:444d1ed0a273 6067:4d8cd26c855b
518 p = parse_line(buf, &parse_buffer); 518 p = parse_line(buf, &parse_buffer);
519 519
520 if (strcmp(p->option, "ident")) 520 if (strcmp(p->option, "ident"))
521 return NULL; 521 return NULL;
522 522
523 account = gaim_account_new(p->value[0], "prpl-oscar"); 523 account = gaim_account_new(p->value[0], NULL);
524 524
525 gaim_account_set_password(account, p->value[1]); 525 gaim_account_set_password(account, p->value[1]);
526 gaim_account_set_remember_password(account, TRUE); 526 gaim_account_set_remember_password(account, TRUE);
527 527
528 gaim_accounts_add(account); 528 gaim_accounts_add(account);

mercurial