Mercurial > pidgin
changeset 11928:f41037708e62
[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 <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 31 Oct 2005 06:21:54 +0000 |
parents | 0d9c6d2ad64b |
children | c73c2375c0e0 |
files | src/gtkmain.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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();