summaryrefslogtreecommitdiff
path: root/apps/keymaps
diff options
context:
space:
mode:
authorPaul Louden <paulthenerd@gmail.com>2007-11-21 05:16:12 +0000
committerPaul Louden <paulthenerd@gmail.com>2007-11-21 05:16:12 +0000
commita02ed1dd75b03757005c6245d3fcc4fe79f4814e (patch)
tree15f44a7410504e6710b687b6a93317c5bfc0834c /apps/keymaps
parent72df71a26da8e1d825bac3d70e25032d79ba8057 (diff)
Oops yet again. "Play" shouldn't be the previous button for stopping
FM radio, since long-play is no longer used as part of it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15732 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/keymaps')
-rw-r--r--apps/keymaps/keymap-e200.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-e200.c b/apps/keymaps/keymap-e200.c
index 20c744e0ed..cf623ca6ca 100644
--- a/apps/keymaps/keymap-e200.c
+++ b/apps/keymaps/keymap-e200.c
@@ -226,7 +226,7 @@ static const struct button_mapping button_context_recscreen[] = {
static const struct button_mapping button_context_radio[] = {
{ ACTION_FM_MENU, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_NONE },
{ ACTION_FM_PRESET, BUTTON_SELECT|BUTTON_REL, BUTTON_NONE },
- { ACTION_FM_STOP, BUTTON_POWER|BUTTON_REL, BUTTON_UP },
+ { ACTION_FM_STOP, BUTTON_POWER|BUTTON_REL, BUTTON_NONE },
{ ACTION_FM_MODE, BUTTON_REC, BUTTON_NONE },
{ ACTION_FM_EXIT, BUTTON_DOWN|BUTTON_REL, BUTTON_NONE },
{ ACTION_FM_PLAY, BUTTON_UP|BUTTON_REL, BUTTON_UP },