# HG changeset patch # User Luke Schierer # Date 1041993314 0 # Node ID 9b40fa57a8edd58972a46e0f0884b4dd3e916f20 # Parent 0e4be672f516ca61dd5000979c27c6318f9bbe49 [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 diff -r 0e4be672f516 -r 9b40fa57a8ed src/buddy.c --- 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(); }