From 415a2e76f5141cae29f7d732a853a246ba4e0d0f Mon Sep 17 00:00:00 2001 From: Justin Heiner Date: Tue, 27 Aug 2002 06:32:53 +0000 Subject: Fixed a little problem coming out of the Player's ID3 info screen. You had to press menu twice to get to the menu git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1991 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wps.c b/apps/wps.c index 55aa531ea7..7f54d1afa7 100644 --- a/apps/wps.c +++ b/apps/wps.c @@ -1027,7 +1027,7 @@ int wps_show(void) break; } lcd_stop_scroll(); - dont_go_to_menu = true; + dont_go_to_menu = false; menu_button_is_down = false; lcd_icon(ICON_PARAM, true); lcd_icon(ICON_AUDIO, true); -- cgit v1.2.3