summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-03-27 13:53:29 +0000
committerThomas Martitz <kugel@rockbox.org>2009-03-27 13:53:29 +0000
commit62f3e95945187a744043b5b0c7e393786843c9c8 (patch)
treed0cb3822f08657e6db3cd00a15a9d6034855f389 /apps/settings_list.c
parente95d33b35eec370c8a93c825a8c366ded8a8aa41 (diff)
downloadrockbox-62f3e95945187a744043b5b0c7e393786843c9c8.tar.gz
rockbox-62f3e95945187a744043b5b0c7e393786843c9c8.zip
FS#10014 - Separate tracklocking out of skip length, skip length prevented to skip tracks. This is a seperate setting now. tracks can still change during normal playback (i.e. a song ends).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20553 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 6255580991..fbdf356def 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1467,6 +1467,7 @@ const struct settings_list settings[] = {
1467 "touchscreen mode", "point,grid", NULL, 2, 1467 "touchscreen mode", "point,grid", NULL, 2,
1468 ID2P(LANG_TOUCHSCREEN_POINT), ID2P(LANG_TOUCHSCREEN_GRID)), 1468 ID2P(LANG_TOUCHSCREEN_POINT), ID2P(LANG_TOUCHSCREEN_GRID)),
1469#endif 1469#endif
1470 OFFON_SETTING(0, prevent_skip, LANG_PREVENT_SKIPPING, false, "prevent_skip", NULL),
1470}; 1471};
1471 1472
1472const int nb_settings = sizeof(settings)/sizeof(*settings); 1473const int nb_settings = sizeof(settings)/sizeof(*settings);