From 30573a360431f932f97a50d3d6b89dd4d8f7fd39 Mon Sep 17 00:00:00 2001 From: Paul Louden Date: Fri, 31 Aug 2007 14:24:16 +0000 Subject: Oops, applied the 'clean' patch instead of the one modified to meet the second goal of committing it. Fixed so that you can actually stop now, and so 'A' has a use again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14556 a1c6a512-1295-4272-9138-f99709370657 --- apps/keymaps/keymap-gigabeat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/keymaps/keymap-gigabeat.c b/apps/keymaps/keymap-gigabeat.c index 446f27cd4c..303fdf1426 100644 --- a/apps/keymaps/keymap-gigabeat.c +++ b/apps/keymaps/keymap-gigabeat.c @@ -66,7 +66,7 @@ static const struct button_mapping button_context_standard[] = { static const struct button_mapping button_context_wps[] = { - { ACTION_WPS_PLAY, BUTTON_POWER|BUTTON_REL, BUTTON_POWER }, + { ACTION_WPS_PLAY, BUTTON_A|BUTTON_REL, BUTTON_A }, { ACTION_WPS_STOP, BUTTON_POWER|BUTTON_REL, BUTTON_POWER }, { ACTION_WPS_SKIPNEXT, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT }, -- cgit v1.2.3