changeset 2398:837f8ff999be

[gaim-migrate @ 2411] eh. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 01 Oct 2001 00:13:13 +0000
parents 520257562955
children b2926d21f067
files plugins/autorecon.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/autorecon.c	Sun Sep 30 19:58:48 2001 +0000
+++ b/plugins/autorecon.c	Mon Oct 01 00:13:13 2001 +0000
@@ -19,7 +19,7 @@
 
 static gboolean do_signon(gpointer data) {
 	struct aim_user *u = data;
-	if (g_list_index(aim_users, u) < 0)
+	if (g_slist_index(aim_users, u) < 0)
 		return FALSE;
 	serv_login(u);
 	tim = 0;