Go to the WPS on a successful bookmark_mrb_load() from the MRB,
rather than popping back to the root menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15084 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2ee85c5056
commit
84ed3fd50f
1 changed files with 2 additions and 1 deletions
|
@ -277,7 +277,8 @@ static int radio(void* param)
|
|||
static int load_bmarks(void* param)
|
||||
{
|
||||
(void)param;
|
||||
bookmark_mrb_load();
|
||||
if(bookmark_mrb_load())
|
||||
return GO_TO_WPS;
|
||||
return GO_TO_PREVIOUS;
|
||||
}
|
||||
static int plugins_menu(void* param)
|
||||
|
|
Loading…
Reference in a new issue