changeset 4239:9b40fa57a8ed

[gaim-migrate @ 4487] (21:33:07) Robot101: anyone noticed that when you sign on multiple accounts, gaim keeps on popping itself up? (21:33:17) Robot101: it's my fault. fix: http://people.debian.org/~robot101/stop-interrupting-me-biatch.diff (21:33:24) LSchiere: ? (21:33:28) ***LSchiere does not follow (21:33:38) Robot101: the blist keeps raising itself. (21:33:49) Robot101: even after it's initial debut on the desktop (21:33:52) Robot101: it's really annoying committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 08 Jan 2003 02:35:14 +0000
parents 0e4be672f516
children 3c7a58a58bc6
files src/buddy.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/buddy.c	Wed Jan 08 02:14:37 2003 +0000
+++ b/src/buddy.c	Wed Jan 08 02:35:14 2003 +0000
@@ -2821,12 +2821,14 @@
 	/* Register newly created window with systray module */
 	wgaim_created_blistwin(GTK_WIDGET(blist));
 #endif
+
+	/* Houston, we are go for launch. */
+	unhide_buddy_list();
 }
 
 void show_buddy_list()
 {
 	make_buddy_list();
-	unhide_buddy_list();
 	build_edit_tree();
 	update_button_pix();
 }