diff src/aim.c @ 1124:a70d5200edde

[gaim-migrate @ 1134] starting to put the permit/deny stuff back. i think this is a suitable beginning for the UI. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 22 Nov 2000 12:58:27 +0000
parents f3e0f41beddb
children 418b1738a9a7
line wrap: on
line diff
--- a/src/aim.c	Wed Nov 22 10:39:53 2000 +0000
+++ b/src/aim.c	Wed Nov 22 12:58:27 2000 +0000
@@ -162,7 +162,6 @@
 		aim_users = g_list_append(aim_users, u);
 	}
 	g_snprintf(u->password, sizeof u->password, "%s", password);
-	set_first_user(username);
 	save_prefs();
 	serv_login(u);
 }