1
0
Fork 0
forked from len0rd/rockbox

Fix the headphone unplug autoresume menu entry

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14235 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Keevil 2007-08-07 17:57:42 +00:00
parent 2ee205ae0d
commit ef8aedd75a

View file

@ -1131,7 +1131,7 @@ const struct settings_list settings[] = {
ID2P(LANG_OFF), ID2P(LANG_PAUSE), ID2P(LANG_HEADPHONE_UNPLUG_RESUME)),
INT_SETTING(0, unplug_rw, LANG_HEADPHONE_UNPLUG_RW, 0, "rewind duration on pause",
UNIT_SEC, 0, 15, 1, NULL, NULL,NULL) ,
OFFON_SETTING(0,unplug_autoresume,LANG_HEADPHONE_UNPLUG_RESUME,false,
OFFON_SETTING(0,unplug_autoresume,LANG_HEADPHONE_UNPLUG_DISABLE_AUTORESUME,false,
"disable autoresume if phones not present",NULL),
#endif
#if CONFIG_TUNER