comparison src/gtkmain.c @ 11928:f41037708e62

[gaim-migrate @ 14219] sadrul suggested this change to make "gaim -n" work correctly. We still need to make the gtkstatusbox update itself when your status is changed from somewhere other than the gtkstatusbox committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 31 Oct 2005 06:21:54 +0000
parents d2db6426c88a
children b4d7d6dbc95c
comparison
equal deleted inserted replaced
11927:0d9c6d2ad64b 11928:f41037708e62
657 } 657 }
658 658
659 if (gaim_prefs_get_bool("/gaim/gtk/debug/enabled")) 659 if (gaim_prefs_get_bool("/gaim/gtk/debug/enabled"))
660 gaim_gtk_debug_window_show(); 660 gaim_gtk_debug_window_show();
661 661
662 gaim_blist_show();
663
664 if (opt_login) { 662 if (opt_login) {
665 dologin_ret = dologin_named(opt_login_arg); 663 dologin_ret = dologin_named(opt_login_arg);
666 if (opt_login_arg != NULL) { 664 if (opt_login_arg != NULL) {
667 g_free(opt_login_arg); 665 g_free(opt_login_arg);
668 opt_login_arg = NULL; 666 opt_login_arg = NULL;
685 { 683 {
686 /* Everything is good to go--sign on already */ 684 /* Everything is good to go--sign on already */
687 gaim_accounts_restore_previous_statuses(); 685 gaim_accounts_restore_previous_statuses();
688 } 686 }
689 687
688 gaim_blist_show();
689
690 if (gaim_accounts_get_all_active() == NULL) 690 if (gaim_accounts_get_all_active() == NULL)
691 { 691 {
692 gaim_gtk_accounts_window_show(); 692 gaim_gtk_accounts_window_show();
693 } 693 }
694 694