From 625454b690c7ce21d80c3ca264a46f54778b330f Mon Sep 17 00:00:00 2001 From: Tomas Salfischberger Date: Sat, 4 Mar 2006 15:35:29 +0000 Subject: Patch FS#4744 - This patch maps the "Off" button in the pitch screen to reset the playing speed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8902 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/gui/gwps.c') diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c index 16c718621b..a6ddefb86c 100644 --- a/apps/gui/gwps.c +++ b/apps/gui/gwps.c @@ -600,6 +600,7 @@ long gui_wps_show(void) || CONFIG_KEYPAD == IRIVER_H300_PAD case BUTTON_ON | BUTTON_UP: case BUTTON_ON | BUTTON_DOWN: + case BUTTON_ON | BUTTON_OFF: #ifdef HAVE_LCD_COLOR lcd_set_backdrop(old_backdrop); #endif -- cgit v1.2.3