diff plugins/autorecon.c @ 1030:38452403563b

[gaim-migrate @ 1040] updating the buddy list to work better with multiple connections. there are still a bunch of things fucked up with this but i wanted more people to start working on it than just me, especially since i won't be here this weekend. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 27 Oct 2000 07:53:32 +0000
parents 91b7377e7b45
children ece2d1543b20
line wrap: on
line diff
--- a/plugins/autorecon.c	Thu Oct 26 18:05:29 2000 +0000
+++ b/plugins/autorecon.c	Fri Oct 27 07:53:32 2000 +0000
@@ -18,7 +18,7 @@
 }
 
 void do_signon(char *name) {
-	struct aim_user *u = find_user(name);
+	struct aim_user *u = find_user(name, -1);
 	g_free(name);
 	serv_login(u);
 	gtk_timeout_remove(recon);