[gaim-migrate @ 1443]

Sun, 28 Jan 2001 02:46:07 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Sun, 28 Jan 2001 02:46:07 +0000
changeset 1433
02dbe6fd0ce4
parent 1432
ab10a52f94a7
child 1434
0ce191124fae

[gaim-migrate @ 1443]
i wonder if this does anything

plugins/icq/gaim_icq.c file | annotate | diff | comparison | revisions
--- 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;
 	}
 }

mercurial