comparison src/protocols/napster/napster.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 37d80035e77f
comparison
equal deleted inserted replaced
2381:427ccd7dfdd2 2382:569ae9f2bb89
390 /* Our signon is complete */ 390 /* Our signon is complete */
391 account_online(gc); 391 account_online(gc);
392 serv_finish_login(gc); 392 serv_finish_login(gc);
393 393
394 if (bud_list_cache_exists(gc)) 394 if (bud_list_cache_exists(gc))
395 do_import(NULL, gc); 395 do_import(gc, NULL);
396 396
397 return; 397 return;
398 } 398 }
399 } 399 }
400 400