changeset 12011:b4d7d6dbc95c

[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 <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 08 Nov 2005 23:58:10 +0000
parents b41b75f709e4
children 16f75a4d9fec
files src/gtkmain.c
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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();