changeset 4788:9e8ae330fb28

[gaim-migrate @ 5108] Sean mentioned this last night. This causes prefs to be saved when closing the debug window with the cute little x. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 15 Mar 2003 17:46:10 +0000
parents 5939d3d13ab3
children f1fde07ed951
files src/prefs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/prefs.c	Sat Mar 15 07:55:36 2003 +0000
+++ b/src/prefs.c	Sat Mar 15 17:46:10 2003 +0000
@@ -1857,8 +1857,8 @@
 	}
 	g_free(dw);
 	dw = NULL;
+	save_prefs();
 	return FALSE;
-
 }
 
 static void build_debug()