# HG changeset patch # User nenolod # Date 1132334314 28800 # Node ID e152a92d3f4572c6f8d3028f2e74fe291053d7b7 # Parent 4a0da3580b55b36e4e0e1aa8d470a27069d9b95f [svn] Save the preference to enable or disable bitmap fonts. diff -r 4a0da3580b55 -r e152a92d3f45 audacious/main.c --- 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,