[gaim-migrate @ 14219]

Mon, 31 Oct 2005 06:21:54 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Mon, 31 Oct 2005 06:21:54 +0000
changeset 11928
f678e2d3dc7b
parent 11927
f9ede13499d0
child 11929
4cbf4bdf4844

[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();

mercurial