Backport r28648: Playlist viewer: Fix regression introduced by r28138 which made some buttons not work in the playlist viewer.

Fixes FS #11772. 


git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_7@28649 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-11-23 08:04:58 +00:00
parent 935b6c63d7
commit 49dabd5da8

View file

@ -652,7 +652,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,
bool res = list_do_action(CONTEXT_TREE, HZ/2,
&playlist_lists, &button, LIST_WRAP_UNLESS_HELD);
/* during moving, another redraw is going to be needed,
* since viewer.selected_track is updated too late (after the first draw)