src/core.c

changeset 5580
a5a3e6dfb409
parent 5563
d5a7852aa0cb
child 5859
e9e5fb0bbfe9
--- a/src/core.c	Sat May 31 02:20:09 2003 +0000
+++ b/src/core.c	Sat May 31 02:27:03 2003 +0000
@@ -236,7 +236,7 @@
 		if (!data)
 			return;
 		memcpy(&id, data, sizeof(id));
-		account = g_slist_nth_data(gaim_accounts, id);
+		account = g_list_nth_data(gaim_accounts_get_all(), id);
 		if (account)
 			serv_login(account);
 		/* don't need to do anything here because the UI will get updates from other handlers */

mercurial