diff audacious/main.c @ 207:e152a92d3f45 trunk

[svn] Save the preference to enable or disable bitmap fonts.
author nenolod
date Fri, 18 Nov 2005 09:18:34 -0800
parents 5a338b31e393
children f31b2fc0f49d
line wrap: on
line diff
--- a/audacious/main.c	Fri Nov 18 00:59:16 2005 -0800
+++ b/audacious/main.c	Fri Nov 18 09:18:34 2005 -0800
@@ -546,6 +546,9 @@
     bmp_cfg_db_set_int(db, NULL, "playlist_position",
                        playlist_get_position());
 
+    bmp_cfg_db_set_bool(db, NULL, "mainwin_use_xfont",
+			cfg.mainwin_use_xfont);
+
     for (i = 0; i < ncfgsent; ++i) {
         if (bmp_strents[i].se_wrt)
             bmp_cfg_db_set_string(db, NULL,