--- a/src/gtkmain.c Tue Nov 08 23:50:06 2005 +0000 +++ b/src/gtkmain.c Tue Nov 08 23:58:10 2005 +0000 @@ -656,6 +656,12 @@ opt_config_dir_arg = NULL; } + /* + * We want to show the blist early in the init process so the + * user feels warm and fuzzy (not cold and prickley). + */ + gaim_blist_show(); + if (gaim_prefs_get_bool("/gaim/gtk/debug/enabled")) gaim_gtk_debug_window_show(); @@ -685,8 +691,6 @@ gaim_accounts_restore_previous_statuses(); } - gaim_blist_show(); - if (gaim_accounts_get_all_active() == NULL) { gaim_gtk_accounts_window_show();