# HG changeset patch # User Mark Doliner # Date 1130739714 0 # Node ID f41037708e620dfd7a6aa60beaa21ae26abc6a7e # Parent 0d9c6d2ad64b5a4884d39258f7d0f74bd00b24f2 [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 diff -r 0d9c6d2ad64b -r f41037708e62 src/gtkmain.c --- 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();