src/protocols/msn/msn.c

changeset 2382
69a4e3665132
parent 2311
2381470530c2
child 2494
895b59bd222b
--- a/src/protocols/msn/msn.c	Fri Sep 28 05:17:16 2001 +0000
+++ b/src/protocols/msn/msn.c	Fri Sep 28 07:46:36 2001 +0000
@@ -738,7 +738,7 @@
 			md->fl = g_slist_append(md->fl, b);
 		} else if (!md->imported) {
 			if (bud_list_cache_exists(gc))
-				do_import(NULL, gc);
+				do_import(gc, NULL);
 			md->imported = TRUE;
 			while (md->fl) {
 				struct msn_buddy *mb = md->fl->data;

mercurial