summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
authorRobert Keevil <rkeevil+rockbox@gmail.com>2007-08-07 17:57:42 +0000
committerRobert Keevil <rkeevil+rockbox@gmail.com>2007-08-07 17:57:42 +0000
commitef8aedd75a380be4e5a5ea74eb983f2425d395e5 (patch)
tree39fb9f8ae394b9630a17faf900e7867a35dfe2bc /apps/settings_list.c
parent2ee205ae0de2c8dc6db150465175e737cfa79784 (diff)
downloadrockbox-ef8aedd75a380be4e5a5ea74eb983f2425d395e5.tar.gz
rockbox-ef8aedd75a380be4e5a5ea74eb983f2425d395e5.zip
Fix the headphone unplug autoresume menu entry
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14235 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 881a998978..62daeb8c4d 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1129,9 +1129,9 @@ const struct settings_list settings[] = {
1129 CHOICE_SETTING(0, unplug_mode, LANG_HEADPHONE_UNPLUG, 0, 1129 CHOICE_SETTING(0, unplug_mode, LANG_HEADPHONE_UNPLUG, 0,
1130 "pause on headphone unplug", "off,pause,pause and resume", NULL, 3, 1130 "pause on headphone unplug", "off,pause,pause and resume", NULL, 3,
1131 ID2P(LANG_OFF), ID2P(LANG_PAUSE), ID2P(LANG_HEADPHONE_UNPLUG_RESUME)), 1131 ID2P(LANG_OFF), ID2P(LANG_PAUSE), ID2P(LANG_HEADPHONE_UNPLUG_RESUME)),
1132 INT_SETTING(0, unplug_rw, LANG_HEADPHONE_UNPLUG_RW, 0, "rewind duration on pause", 1132 INT_SETTING(0, unplug_rw, LANG_HEADPHONE_UNPLUG_RW, 0, "rewind duration on pause",
1133 UNIT_SEC, 0, 15, 1, NULL, NULL,NULL) , 1133 UNIT_SEC, 0, 15, 1, NULL, NULL,NULL) ,
1134 OFFON_SETTING(0,unplug_autoresume,LANG_HEADPHONE_UNPLUG_RESUME,false, 1134 OFFON_SETTING(0,unplug_autoresume,LANG_HEADPHONE_UNPLUG_DISABLE_AUTORESUME,false,
1135 "disable autoresume if phones not present",NULL), 1135 "disable autoresume if phones not present",NULL),
1136#endif 1136#endif
1137#if CONFIG_TUNER 1137#if CONFIG_TUNER