comparison src/buddy.c @ 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 a614423c648f
children 32fcf4cf5f80
comparison
equal deleted inserted replaced
4238:0e4be672f516 4239:9b40fa57a8ed
2819 2819
2820 #ifdef _WIN32 2820 #ifdef _WIN32
2821 /* Register newly created window with systray module */ 2821 /* Register newly created window with systray module */
2822 wgaim_created_blistwin(GTK_WIDGET(blist)); 2822 wgaim_created_blistwin(GTK_WIDGET(blist));
2823 #endif 2823 #endif
2824
2825 /* Houston, we are go for launch. */
2826 unhide_buddy_list();
2824 } 2827 }
2825 2828
2826 void show_buddy_list() 2829 void show_buddy_list()
2827 { 2830 {
2828 make_buddy_list(); 2831 make_buddy_list();
2829 unhide_buddy_list();
2830 build_edit_tree(); 2832 build_edit_tree();
2831 update_button_pix(); 2833 update_button_pix();
2832 } 2834 }