diff src/account.c @ 10426:30d9ec7d001b

[gaim-migrate @ 11678] Some rather key fixes to accounts and saved statuses, and make blist use our util function for reading (it's already using xmlnode). committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 26 Dec 2004 23:11:14 +0000
parents 9903182f2aac
children 16d63d8c26d8
line wrap: on
line diff
--- a/src/account.c	Sun Dec 26 22:52:52 2004 +0000
+++ b/src/account.c	Sun Dec 26 23:11:14 2004 +0000
@@ -1252,6 +1252,8 @@
 {
 	xmlnode *node, *child;
 
+	accounts_loaded = TRUE;
+
 	node = gaim_util_read_xml_from_file("accounts.xml", _("accounts"));
 
 	if (node == NULL)