# HG changeset patch # User Mark Doliner # Date 1131494290 0 # Node ID b4d7d6dbc95cda8d68d61de9ac81f9b8e2314a8d # Parent b41b75f709e45b307269d1fd5a8f74fa2ec00c87 [gaim-migrate @ 14304] Show the blist earlier in the init process. I had moved this farther down a week or so ago because the gtkstatusbox wasn't show the correct status, otherwise. But all that seems fixed now. committer: Tailor Script diff -r b41b75f709e4 -r b4d7d6dbc95c src/gtkmain.c --- 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();