diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-02-02 06:37:08 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-02-02 06:37:08 +0000 |
| commit | 927ffda5936708ce465ebf7bca1e12b913e9f0ce (patch) | |
| tree | 8010ae17a03e77b9284893616e59579ebb60ee6a /apps | |
| parent | 67eb154146ea90cd25a383bcdd4a028704ef2218 (diff) | |
| download | rockbox-927ffda5936708ce465ebf7bca1e12b913e9f0ce.zip rockbox-927ffda5936708ce465ebf7bca1e12b913e9f0ce.tar.gz rockbox-927ffda5936708ce465ebf7bca1e12b913e9f0ce.tar.bz2 rockbox-927ffda5936708ce465ebf7bca1e12b913e9f0ce.tar.xz | |
fmr is not a theme setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12180 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/settings_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c index f9ef383..939f83a 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -676,7 +676,7 @@ const struct settings_list settings[] = { /** settings not in the old config blocks **/ #ifdef CONFIG_TUNER - FILENAME_SETTING(F_THEMESETTING, fmr_file, "fmr", + FILENAME_SETTING(0, fmr_file, "fmr", "", FMPRESET_PATH "/", ".fmr", MAX_FILENAME+1), #endif FILENAME_SETTING(F_THEMESETTING, font_file, "font", |