comparison 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
comparison
equal deleted inserted replaced
10425:9903182f2aac 10426:30d9ec7d001b
1250 static void 1250 static void
1251 load_accounts(void) 1251 load_accounts(void)
1252 { 1252 {
1253 xmlnode *node, *child; 1253 xmlnode *node, *child;
1254 1254
1255 accounts_loaded = TRUE;
1256
1255 node = gaim_util_read_xml_from_file("accounts.xml", _("accounts")); 1257 node = gaim_util_read_xml_from_file("accounts.xml", _("accounts"));
1256 1258
1257 if (node == NULL) 1259 if (node == NULL)
1258 return; 1260 return;
1259 1261