| 670 g_free(opt_login_arg); |
670 g_free(opt_login_arg); |
| 671 opt_login_arg = NULL; |
671 opt_login_arg = NULL; |
| 672 } |
672 } |
| 673 } |
673 } |
| 674 |
674 |
| 675 if (!opt_acct && opt_nologin) |
675 if (!opt_acct && !opt_nologin) |
| 676 { |
676 { |
| 677 /* TODO: Need to disable all accounts or set them all to offline */ |
677 /* Everything is good to go--sign on already */ |
| |
678 gaim_accounts_restore_previous_statuses(); |
| 678 } |
679 } |
| 679 |
680 |
| 680 if (opt_acct || (gaim_accounts_get_all() == NULL)) { |
681 if (opt_acct || (gaim_accounts_get_all() == NULL)) { |
| 681 gaim_gtk_accounts_window_show(); |
682 gaim_gtk_accounts_window_show(); |
| 682 } |
683 } |