Fix unexitable playlist viewer menu for iPods and possibly other models.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9447 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e06f706d7b
commit
34ad56ddfd
1 changed files with 10 additions and 7 deletions
|
@ -767,8 +767,11 @@ bool playlist_viewer_ex(char* filename)
|
|||
gui_synclist_draw(&playlist_lists);
|
||||
break;
|
||||
}
|
||||
|
||||
#ifdef TREE_MENU_PRE
|
||||
case TREE_MENU_PRE:
|
||||
#else
|
||||
case TREE_MENU:
|
||||
#endif
|
||||
#ifdef TREE_RC_MENU
|
||||
case TREE_RC_MENU:
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue