diff -r 5b88acc51c32 -r b8938b189d61 src/gtkmain.c --- a/src/gtkmain.c Fri Aug 26 03:21:03 2005 +0000 +++ b/src/gtkmain.c Fri Aug 26 04:38:36 2005 +0000 @@ -672,9 +672,10 @@ } } - if (!opt_acct && opt_nologin) + if (!opt_acct && !opt_nologin) { - /* TODO: Need to disable all accounts or set them all to offline */ + /* Everything is good to go--sign on already */ + gaim_accounts_restore_previous_statuses(); } if (opt_acct || (gaim_accounts_get_all() == NULL)) {