Mon, 31 Oct 2005 06:21:54 +0000
[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
| src/gtkmain.c | file | annotate | diff | comparison | revisions |
--- a/src/gtkmain.c Mon Oct 31 06:06:14 2005 +0000 +++ b/src/gtkmain.c Mon Oct 31 06:21:54 2005 +0000 @@ -659,8 +659,6 @@ if (gaim_prefs_get_bool("/gaim/gtk/debug/enabled")) gaim_gtk_debug_window_show(); - gaim_blist_show(); - if (opt_login) { dologin_ret = dologin_named(opt_login_arg); if (opt_login_arg != NULL) { @@ -687,6 +685,8 @@ gaim_accounts_restore_previous_statuses(); } + gaim_blist_show(); + if (gaim_accounts_get_all_active() == NULL) { gaim_gtk_accounts_window_show();