summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2007-10-22 20:37:53 +0000
committerMarianne Arnold <pixelma@rockbox.org>2007-10-22 20:37:53 +0000
commit4b259e9553c644e6af393042a728dd4b74da20a9 (patch)
tree15194c1ccf26311ac94d79640e8bf614a4e2952e
parentdeb743c531149ecf6a8047df7df898fd781b12ca (diff)
downloadrockbox-4b259e9553c644e6af393042a728dd4b74da20a9.tar.gz
rockbox-4b259e9553c644e6af393042a728dd4b74da20a9.zip
Prevent an unwanted action which increases volume to be triggered at the same time when pausing in the c200 radio screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15273 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/keymaps/keymap-c200.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/keymaps/keymap-c200.c b/apps/keymaps/keymap-c200.c
index c6eb28c5de..6a42512121 100644
--- a/apps/keymaps/keymap-c200.c
+++ b/apps/keymaps/keymap-c200.c
@@ -228,6 +228,7 @@ static const struct button_mapping button_context_recscreen[] = {
/** FM Radio Screen **/
#if CONFIG_TUNER
static const struct button_mapping button_context_radio[] = {
+ { ACTION_NONE, BUTTON_UP, 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 },