diff src/buddy.c @ 4064:b188b93ebf48

[gaim-migrate @ 4274] (23:01:14) LSchiere: okay, this patch fixes at least some of the problems saving sound, away, and font preferences. it makes spin buttons and entry widgets save prefs on loss of focus or dialog close instead of on change. (23:01:17) LSchiere: anything else it does? (23:01:44) faceprint: it makes nothing save unless you hit close. however, everything saves when you hit close. (23:02:06) LSchiere: they still apply before close? (23:02:09) faceprint: it should right most of the wrongs of prefs (23:02:25) faceprint: they apply before close, but aren't written to disk every time you check or uncheck a checkbox or something (23:02:27) Paco-Paco: it looks OK committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 12 Dec 2002 04:03:53 +0000
parents 3bc436a24548
children 3ccbdf8e7f8d
line wrap: on
line diff
--- a/src/buddy.c	Wed Dec 11 15:05:00 2002 +0000
+++ b/src/buddy.c	Thu Dec 12 04:03:53 2002 +0000
@@ -1425,6 +1425,8 @@
 	perl_end();
 #endif
 
+	save_prefs();
+
 	gtk_main_quit();
 }