diff src/main.c @ 5534:0aa4d089125c

[gaim-migrate @ 5934] prefs is finally starting to look the way I wanted it to. now there is no explicit saving of prefs (except on quit). prefs are saved automagically when a pref is changed. i also went in and finished the job of moving the debug window over to new prefs committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 26 May 2003 15:44:21 +0000
parents 2c4c975620f0
children 933739f789f9
line wrap: on
line diff
--- a/src/main.c	Mon May 26 14:39:03 2003 +0000
+++ b/src/main.c	Mon May 26 15:44:21 2003 +0000
@@ -123,6 +123,7 @@
 
 	/* record what we have before we blow it away... */
 	save_prefs();
+	gaim_prefs_sync();
 
 	gaim_debug(GAIM_DEBUG_INFO, "main", "Unloading all plugins\n");
 	gaim_plugins_destroy_all();