diff src/session.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 0241d6b6702d
children 059d95c67cda
line wrap: on
line diff
--- a/src/session.c	Sat May 31 08:39:12 2003 +0000
+++ b/src/session.c	Sat May 31 08:42:55 2003 +0000
@@ -189,7 +189,7 @@
 
 	if (save_type == SmSaveGlobal || save_type == SmSaveBoth) {
 		/* may as well do something ... */
-		save_prefs();
+		/* or not -- save_prefs(); */
 	}
 
 	SmcSaveYourselfDone(conn, True);