Bad copy&paste.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28140 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
138ee6304b
commit
3013103249
1 changed files with 1 additions and 1 deletions
|
@ -653,7 +653,7 @@ enum playlist_viewer_result playlist_viewer_ex(const char* filename)
|
|||
|
||||
/* Timeout so we can determine if play status has changed */
|
||||
bool res = list_do_action(CONTEXT_LIST, HZ/2,
|
||||
&playlist_lists, &button, LIST_WRAP_UNLESS_HELD))
|
||||
&playlist_lists, &button, LIST_WRAP_UNLESS_HELD);
|
||||
viewer.selected_track=gui_synclist_get_sel_pos(&playlist_lists);
|
||||
if (res)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue