forked from len0rd/rockbox
fix the problem that does not jump to selected the bookmark. (FS#11386)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26738 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c3a698e46a
commit
ac25812e55
3 changed files with 12 additions and 4 deletions
|
@ -375,6 +375,7 @@ enum tv_menu_result tv_display_menu(void)
|
|||
break;
|
||||
case 3: /* select bookmark */
|
||||
tv_select_bookmark();
|
||||
result = TV_MENU_RESULT_MOVE_PAGE;
|
||||
break;
|
||||
case 4: /* change global settings */
|
||||
if (!tv_load_global_settings(&new_prefs))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue