From 45ba583a84a4d408023d561b98ecfbff8c18a471 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 14 Mar 2008 10:25:28 +0000 Subject: [PATCH] Fix remote stop from tree in the M3 keymap. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16665 a1c6a512-1295-4272-9138-f99709370657 --- apps/keymaps/keymap-m3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = { 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 */