diff src/aim.c @ 1878:75643b9f4261

[gaim-migrate @ 1888] eh. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 22 May 2001 09:05:21 +0000
parents 73bb4244165f
children ba421d552093
line wrap: on
line diff
--- a/src/aim.c	Tue May 22 08:35:02 2001 +0000
+++ b/src/aim.c	Tue May 22 09:05:21 2001 +0000
@@ -159,7 +159,7 @@
 	 * to use the account editor to sign in the second one */
 	u = find_user(username, -1);
 	if (!u)
-		u = new_user(username, PROTO_TOC, OPT_USR_REM_PASS);
+		u = new_user(username, DEFAULT_PROTO, OPT_USR_REM_PASS);
 	g_snprintf(u->password, sizeof u->password, "%s", password);
 	save_prefs();
 	serv_login(u);