summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorAnton Oleynikov <len0x@rockbox.org>2005-11-02 22:32:04 +0000
committerAnton Oleynikov <len0x@rockbox.org>2005-11-02 22:32:04 +0000
commitd102e1f345c5b6aa3976be5c6a50142f9e111b15 (patch)
tree7d8456b6be3ce03076f1f9e9a90fbfd22dd119c2 /apps/settings.c
parent0263ece7f8a69fc34034860a9bc959d61314dc65 (diff)
downloadrockbox-d102e1f345c5b6aa3976be5c6a50142f9e111b15.tar.gz
rockbox-d102e1f345c5b6aa3976be5c6a50142f9e111b15.zip
patch 1328447: folder skip routines in playlist API plus next/prev folder navigation for iRiver's remote
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7735 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 0f3c95d979..4924669059 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -429,7 +429,7 @@ static const struct bit_entry hd_bits[] =
429 {1, S_O(spdif_enable), false, "spdif enable", off_on}, 429 {1, S_O(spdif_enable), false, "spdif enable", off_on},
430#endif 430#endif
431 431
432 {1, S_O(next_folder), false, "move to next folder", off_on }, 432 {1, S_O(next_folder), true, "folder navigation", off_on },
433 {1, S_O(runtimedb), false, "gather runtime data", off_on }, 433 {1, S_O(runtimedb), false, "gather runtime data", off_on },
434 434
435#if CONFIG_CODEC == SWCODEC 435#if CONFIG_CODEC == SWCODEC