Mercurial > pidgin
changeset 1433:f2f45486d656
[gaim-migrate @ 1443]
i wonder if this does anything
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sun, 28 Jan 2001 02:46:07 +0000 |
parents | 4c510ca3563f |
children | 348a70e15f07 |
files | plugins/icq/gaim_icq.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; } }