diff src/gaimrc.c @ 6067:6a3b676eb36a

[gaim-migrate @ 6517] don't lose same-name accounts, and handle the default protocol a little better committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 09 Jul 2003 00:36:48 +0000
parents 3a40666c08b4
children 7197713bca8a
line wrap: on
line diff
--- a/src/gaimrc.c	Wed Jul 09 00:33:06 2003 +0000
+++ b/src/gaimrc.c	Wed Jul 09 00:36:48 2003 +0000
@@ -520,7 +520,7 @@
 	if (strcmp(p->option, "ident"))
 		return NULL;
 
-	account = gaim_account_new(p->value[0], "prpl-oscar");
+	account = gaim_account_new(p->value[0], NULL);
 
 	gaim_account_set_password(account, p->value[1]);
 	gaim_account_set_remember_password(account, TRUE);