comparison 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
comparison
equal deleted inserted replaced
9859:42f6b69c9d8e 9860:65b3156f9f48
395 MsnUserList *userlist; 395 MsnUserList *userlist;
396 396
397 userlist = g_new0(MsnUserList, 1); 397 userlist = g_new0(MsnUserList, 1);
398 398
399 userlist->session = session; 399 userlist->session = session;
400 userlist->buddy_icon_requests = g_queue_new();
401 userlist->buddy_icon_window = 5;
400 402
401 return userlist; 403 return userlist;
402 } 404 }
403 405
404 void 406 void