Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#6857 - ACTION_STD_CANCEL for Sansa-e200

Attached to Project: Rockbox
Opened by Matthias Wientapper (mattzz) - Monday, 19 March 2007, 20:37 GMT+2
Task Type Patches
Category User Interface
Status Closed
Assigned To No-one
Player Type Sansa e200
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

From some screens in debug_menu.c there was no exit possible.

From my understanding there was one ACTION_STD_CANCEL definition missing in button_context_standard for the case that BUTTON_LEFT is assigned ACTION_STD_PREV in button_context_settings.
So I added
{ ACTION_STD_CANCEL, BUTTON_POWER, BUTTON_NONE },
in static const struct button_mapping button_context_standard[]
   keymap_e200.diff (0.7 KiB)
 apps/keymaps/keymap-e200.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

This task depends upon

Closed by  Paul Louden (Llorean)
Friday, 23 March 2007, 00:37 GMT+2
Reason for closing:  Fixed
Additional comments about closing:  Apparently, this has been fixed.

Loading...