summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-03-14 10:25:28 +0000
committerJens Arnold <amiconn@rockbox.org>2008-03-14 10:25:28 +0000
commit45ba583a84a4d408023d561b98ecfbff8c18a471 (patch)
tree2d04c9bb48a18d67f250f1357b8004a8902afaed
parentfc2a757e332b97063bf5d7b618c3b3275bdc2edb (diff)
downloadrockbox-45ba583a84a4d408023d561b98ecfbff8c18a471.zip
rockbox-45ba583a84a4d408023d561b98ecfbff8c18a471.tar.gz
rockbox-45ba583a84a4d408023d561b98ecfbff8c18a471.tar.bz2
rockbox-45ba583a84a4d408023d561b98ecfbff8c18a471.tar.xz
Fix remote stop from tree in the M3 keymap.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16665 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/keymaps/keymap-m3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-m3.c b/apps/keymaps/keymap-m3.c
index 5f02bfe..734d34f 100644
--- a/apps/keymaps/keymap-m3.c
+++ b/apps/keymaps/keymap-m3.c
@@ -292,7 +292,7 @@ static const struct button_mapping button_context_tree[] = {
static const struct button_mapping remote_button_context_tree[] = {
{ ACTION_NONE, BUTTON_RC_PLAY, BUTTON_NONE },
{ ACTION_TREE_WPS, BUTTON_RC_PLAY|BUTTON_REL, BUTTON_RC_PLAY },
- { ACTION_TREE_WPS, BUTTON_RC_PLAY|BUTTON_REPEAT, BUTTON_RC_PLAY },
+ { ACTION_TREE_STOP, BUTTON_RC_PLAY|BUTTON_REPEAT, BUTTON_RC_PLAY },
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
}; /* remote_button_context_tree */