comparison src/gtkmain.c @ 11403:f5b14ad58722

[gaim-migrate @ 13638] We used to show the accounts list if we didn't have any accounts. Now we show it if we don't have any enabled accounts (or if we have no accounts at all). committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 01 Sep 2005 02:46:16 +0000
parents efb358543b1d
children 7fab28c991f3
comparison
equal deleted inserted replaced
11402:3b95804caea4 11403:f5b14ad58722
676 { 676 {
677 /* Everything is good to go--sign on already */ 677 /* Everything is good to go--sign on already */
678 gaim_accounts_restore_previous_statuses(); 678 gaim_accounts_restore_previous_statuses();
679 } 679 }
680 680
681 if (opt_acct || (gaim_accounts_get_all() == NULL)) { 681 if (opt_acct || (gaim_accounts_get_all_active() == NULL))
682 {
682 gaim_gtk_accounts_window_show(); 683 gaim_gtk_accounts_window_show();
683 } 684 }
684 685
685 #ifdef HAVE_STARTUP_NOTIFICATION 686 #ifdef HAVE_STARTUP_NOTIFICATION
686 startup_notification_complete(); 687 startup_notification_complete();