diff src/main.c @ 5573:5e7de337a053

[gaim-migrate @ 5976] Account saving and loading _mostly_ works. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 30 May 2003 23:57:11 +0000
parents 9eb5b13fd412
children 86456ec3ca25
line wrap: on
line diff
--- a/src/main.c	Fri May 30 23:05:01 2003 +0000
+++ b/src/main.c	Fri May 30 23:57:11 2003 +0000
@@ -124,8 +124,8 @@
 	gaim_connections_disconnect_all();
 
 	/* record what we have before we blow it away... */
-	save_prefs();
 	gaim_prefs_sync();
+	gaim_accounts_sync();
 
 	gaim_debug(GAIM_DEBUG_INFO, "main", "Unloading all plugins\n");
 	gaim_plugins_destroy_all();
@@ -891,6 +891,7 @@
 
 	gaim_prefs_init();
 	gaim_gtk_prefs_init();
+	gaim_accounts_load();
 
 	if (!gaim_prefs_load())
 		load_prefs();