1
0
Fork 0
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:
Yoshihisa Uchida 2010-06-10 10:57:05 +00:00
parent c3a698e46a
commit ac25812e55
3 changed files with 12 additions and 4 deletions

View file

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