diff src/gaimrc.c @ 5440:7e8524b5ff98

[gaim-migrate @ 5822] Here's the core of the new prefs system. Nothing actually uses this yet, but that will come in time. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 18 May 2003 21:53:41 +0000
parents ad445074d239
children 702071b23c06
line wrap: on
line diff
--- a/src/gaimrc.c	Sun May 18 21:18:52 2003 +0000
+++ b/src/gaimrc.c	Sun May 18 21:53:41 2003 +0000
@@ -1626,6 +1626,7 @@
 	g_free(filename_temp);
 
 	gaim_debug(GAIM_DEBUG_INFO, "gaimrc", "Exiting save_prefs\n");
+	gaim_prefs_save(); /* put this here for now */
 }