diff src/gaimrc.c @ 5710:dbac958d8937

[gaim-migrate @ 6131] Accounts are no longer automatically added or removed from the list when creating or destroying them. They must now be added/removed with gaim_accounts_add() and gaim_accounts_removed(). Also fixed a bug where garbage would appear on the screenname. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 03 Jun 2003 11:42:13 +0000
parents 3de0e242f9a2
children c6a30e1868ae
line wrap: on
line diff
--- a/src/gaimrc.c	Tue Jun 03 11:24:34 2003 +0000
+++ b/src/gaimrc.c	Tue Jun 03 11:42:13 2003 +0000
@@ -523,6 +523,8 @@
 	gaim_account_set_password(account, p->value[1]);
 	gaim_account_set_remember_password(account, TRUE);
 
+	gaim_accounts_add(account);
+
 	if (!fgets(buf, sizeof(buf), f))
 		return account;