Mercurial > audlegacy
changeset 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 | 4a0da3580b55 |
children | 82872e29d7cb |
files | audacious/main.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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,