# HG changeset patch # User Eric Warmenhoven # Date 980649967 0 # Node ID f2f45486d656d9a1f370ed8890febf8d8abb074b # Parent 4c510ca3563f4e350a3f513ee7c1b851dd0661ed [gaim-migrate @ 1443] i wonder if this does anything committer: Tailor Script diff -r 4c510ca3563f -r f2f45486d656 plugins/icq/gaim_icq.c --- a/plugins/icq/gaim_icq.c Sun Jan 28 01:52:27 2001 +0000 +++ b/plugins/icq/gaim_icq.c Sun Jan 28 02:46:07 2001 +0000 @@ -97,6 +97,7 @@ gc->options |= OPT_USR_KEEPALV; serv_finish_login(gc); + icq_ContactClear(id->link); if (bud_list_cache_exists(gc)) do_import(NULL, gc); @@ -313,7 +314,6 @@ while (whos) { icq_ContactAdd(id->link, atol(whos->data)); icq_ContactSetVis(id->link, atol(whos->data), TRUE); - icq_SendNewUser(id->link, atol(whos->data)); whos = whos->next; } }