diff src/gaimrc.c @ 5593:b07aa997ddd8

[gaim-migrate @ 5997] We don't actually need to call save_prefs() anymore. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 31 May 2003 08:42:55 +0000
parents 86456ec3ca25
children 9cd94a5bec8e
line wrap: on
line diff
--- a/src/gaimrc.c	Sat May 31 08:39:12 2003 +0000
+++ b/src/gaimrc.c	Sat May 31 08:42:55 2003 +0000
@@ -1349,7 +1349,6 @@
 		if (request_save_prefs) {
 			gaim_debug(GAIM_DEBUG_INFO, "gaimrc",
 					   "Saving preferences on request\n");
-			save_prefs();
 			request_save_prefs = 0;
 		}
 	} else if (opt_rcfile_arg) {
@@ -1358,7 +1357,6 @@
 		set_defaults();
 	} else {
 		set_defaults();
-		save_prefs();
 	}
 
 	prefs_initial_load = 1;
@@ -1420,5 +1418,5 @@
 	 * <      faceprint> ChipX86|Coding: because we're cool like that
 	 * <SeanEgan|Coding> damn straight
 	 */
-	save_prefs();
+	/* save_prefs(); -- I like the above comment :( */
 }