diff src/multi.c @ 2199:e8e2a72a37b7

[gaim-migrate @ 2209] no more buddy chat things in the buddy list. we'll see how many people this pisses off before committing part 2. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 30 Aug 2001 23:48:56 +0000
parents 24d947eff811
children 53981aae4f8b
line wrap: on
line diff
--- a/src/multi.c	Thu Aug 30 21:24:13 2001 +0000
+++ b/src/multi.c	Thu Aug 30 23:48:56 2001 +0000
@@ -73,6 +73,8 @@
 	gc->permit = NULL;
 	gc->deny = NULL;
 
+	gc->iconfile = "/home/ewarmenhoven/peng.gif";
+
 	connections = g_slist_append(connections, gc);
 
 	user->gc = gc;
@@ -917,7 +919,6 @@
 	show_buddy_list();
 	refresh_buddy_window();
 #endif
-	setup_buddy_chats();
 
 	update_connection_dependent_prefs();
 	do_away_menu();