comparison src/protocols/yahoo/yay.c @ 2382:569ae9f2bb89

[gaim-migrate @ 2395] big reorg of code. list.c contains 0 gtk. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 28 Sep 2001 07:46:36 +0000
parents a87ca0aa1840
children 75c62304c489
comparison
equal deleted inserted replaced
2381:427ccd7dfdd2 2382:569ae9f2bb89
257 signoff(gc); 257 signoff(gc);
258 return 0; 258 return 0;
259 } 259 }
260 260
261 if (bud_list_cache_exists(gc)) 261 if (bud_list_cache_exists(gc))
262 do_import(NULL, gc); 262 do_import(gc, NULL);
263 263
264 grps = yd->sess->groups; 264 grps = yd->sess->groups;
265 while (grps) { 265 while (grps) {
266 struct yahoo_group *grp = grps->data; 266 struct yahoo_group *grp = grps->data;
267 int i; 267 int i;