Fix problem with bouncing back to the 'Load last bookmark' screen after loading the last bookmark.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10975 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eae4bd337e
commit
0435ed73a0
1 changed files with 2 additions and 0 deletions
|
@ -460,9 +460,11 @@ bool bookmark_autoload(const char* file)
|
|||
{
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
case ACTION_STD_NEXT:
|
||||
action_signalscreenchange();
|
||||
return bookmark_load(global_bookmark_file_name, false);
|
||||
#endif
|
||||
case ACTION_BMS_SELECT:
|
||||
action_signalscreenchange();
|
||||
return bookmark_load(global_bookmark_file_name, true);
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue