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:
Stéphane Doyon 2007-10-12 04:10:08 +00:00
parent 2ee85c5056
commit 84ed3fd50f

View file

@ -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)