diff src/protocols/msn/userlist.c @ 9860:65b3156f9f48

[gaim-migrate @ 10739] (21:34:57) shx: and after applying the on of the memleak... (21:35:15) shx: patch to auto update msn buddy icons committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 25 Aug 2004 01:43:54 +0000
parents d326dd512662
children 68561f39acdc
line wrap: on
line diff
--- a/src/protocols/msn/userlist.c	Wed Aug 25 01:35:24 2004 +0000
+++ b/src/protocols/msn/userlist.c	Wed Aug 25 01:43:54 2004 +0000
@@ -397,6 +397,8 @@
 	userlist = g_new0(MsnUserList, 1);
 
 	userlist->session = session;
+	userlist->buddy_icon_requests = g_queue_new();
+	userlist->buddy_icon_window = 5;
 
 	return userlist;
 }