diff src/core.c @ 5580:86456ec3ca25

[gaim-migrate @ 5984] More nifty stuff! Accounts now get converted, and other niceties. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 31 May 2003 02:27:03 +0000
parents 9eb5b13fd412
children 022786c7ab53
line wrap: on
line diff
--- 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 */