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:
parent
a7a46c70dd
commit
415a2e76f5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue