Fix problem with volume decreasing when pressing the menu button while in FM Radio

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28851 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Chicoine 2010-12-19 01:22:16 +00:00
parent 6032ff1730
commit b985b4c54b

View file

@ -215,7 +215,7 @@ static const struct button_mapping button_context_recscreen[] = {
#if CONFIG_TUNER
static const struct button_mapping button_context_radio[] = {
{ ACTION_NONE, BUTTON_UP, BUTTON_NONE },
{ ACTION_FM_MENU, BUTTON_DOWN|BUTTON_REL, BUTTON_NONE },
{ ACTION_FM_MENU, BUTTON_DOWN, BUTTON_NONE },
{ ACTION_FM_PRESET, BUTTON_SELECT, BUTTON_NONE },
{ ACTION_FM_STOP, BUTTON_UP|BUTTON_REPEAT, BUTTON_UP },
{ ACTION_FM_MODE, BUTTON_REC, BUTTON_NONE },