summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-02-02 06:37:08 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-02-02 06:37:08 +0000
commit927ffda5936708ce465ebf7bca1e12b913e9f0ce (patch)
tree8010ae17a03e77b9284893616e59579ebb60ee6a
parent67eb154146ea90cd25a383bcdd4a028704ef2218 (diff)
downloadrockbox-927ffda5936708ce465ebf7bca1e12b913e9f0ce.tar.gz
rockbox-927ffda5936708ce465ebf7bca1e12b913e9f0ce.zip
fmr is not a theme setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12180 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/settings_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index f9ef383f85..939f83aea4 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -676,7 +676,7 @@ const struct settings_list settings[] = {
676 676
677 /** settings not in the old config blocks **/ 677 /** settings not in the old config blocks **/
678#ifdef CONFIG_TUNER 678#ifdef CONFIG_TUNER
679 FILENAME_SETTING(F_THEMESETTING, fmr_file, "fmr", 679 FILENAME_SETTING(0, fmr_file, "fmr",
680 "", FMPRESET_PATH "/", ".fmr", MAX_FILENAME+1), 680 "", FMPRESET_PATH "/", ".fmr", MAX_FILENAME+1),
681#endif 681#endif
682 FILENAME_SETTING(F_THEMESETTING, font_file, "font", 682 FILENAME_SETTING(F_THEMESETTING, font_file, "font",