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.tar.gz
rockbox-45ba583a84a4d408023d561b98ecfbff8c18a471.zip
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 5f02bfeb69..734d34f097 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[] = {
292static const struct button_mapping remote_button_context_tree[] = { 292static const struct button_mapping remote_button_context_tree[] = {
293 { ACTION_NONE, BUTTON_RC_PLAY, BUTTON_NONE }, 293 { ACTION_NONE, BUTTON_RC_PLAY, BUTTON_NONE },
294 { ACTION_TREE_WPS, BUTTON_RC_PLAY|BUTTON_REL, BUTTON_RC_PLAY }, 294 { ACTION_TREE_WPS, BUTTON_RC_PLAY|BUTTON_REL, BUTTON_RC_PLAY },
295 { ACTION_TREE_WPS, BUTTON_RC_PLAY|BUTTON_REPEAT, BUTTON_RC_PLAY }, 295 { ACTION_TREE_STOP, BUTTON_RC_PLAY|BUTTON_REPEAT, BUTTON_RC_PLAY },
296 296
297 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 297 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
298}; /* remote_button_context_tree */ 298}; /* remote_button_context_tree */