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
This commit is contained in:
Justin Heiner 2002-08-27 06:32:53 +00:00
parent a7a46c70dd
commit 415a2e76f5

View file

@ -1027,7 +1027,7 @@ int wps_show(void)
break; break;
} }
lcd_stop_scroll(); lcd_stop_scroll();
dont_go_to_menu = true; dont_go_to_menu = false;
menu_button_is_down = false; menu_button_is_down = false;
lcd_icon(ICON_PARAM, true); lcd_icon(ICON_PARAM, true);
lcd_icon(ICON_AUDIO, true); lcd_icon(ICON_AUDIO, true);