diff src/util.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 dae79aefac8d
line wrap: on
line diff
--- a/src/util.c	Sat May 31 02:20:09 2003 +0000
+++ b/src/util.c	Sat May 31 02:27:03 2003 +0000
@@ -571,7 +571,7 @@
 GaimAccount *gaim_account_find(const char *name, int protocol)
 {
 	char *who = g_strdup(normalize(name));
-	GSList *accts = gaim_accounts;
+	GList *accts = gaim_accounts_get_all();
 	GaimAccount *account;
 
 	while (accts) {