comparison src/gtkaccount.c @ 10931:ceb88f2a2f17

[gaim-migrate @ 12710] Bleeter tracked down the cause of newly created accounts being enabled but not signing on untill they are disabled and re-enabled. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 19 May 2005 00:50:06 +0000
parents 5cda52915a1f
children 3ad0e7351826
comparison
equal deleted inserted replaced
10930:bfb3ac69cdd0 10931:ceb88f2a2f17
1536 add_account(accounts_window, dialog->account); 1536 add_account(accounts_window, dialog->account);
1537 gaim_accounts_add(dialog->account); 1537 gaim_accounts_add(dialog->account);
1538 } 1538 }
1539 } 1539 }
1540 1540
1541 gaim_presence_set_status_active(dialog->account->presence, "online", TRUE);
1541 ret = dialog->account; 1542 ret = dialog->account;
1542 1543
1543 account_win_destroy_cb(NULL, NULL, dialog); 1544 account_win_destroy_cb(NULL, NULL, dialog);
1544 1545
1545 gaim_signal_emit(gaim_gtk_account_get_handle(), "account-modified", ret); 1546 gaim_signal_emit(gaim_gtk_account_get_handle(), "account-modified", ret);