Add an item to the WPS context menu to browse a currently playing cuesheet. The menu that appears allows changing tracks within the cuesheet. It was already reachable by selecting the right cuesheet file in the file browser, but this makes it easier to use (and should help users noticing that possibility because many seemed to ignore this viewer existed).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13388 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nicolas Pennequin 2007-05-14 17:34:52 +00:00
parent 4a6ab0d031
commit 6190a0d68d
4 changed files with 47 additions and 3 deletions

View file

@ -253,7 +253,7 @@ static char *list_get_name_cb(int selected_item,
return buffer;
}
static void browse_cuesheet(struct cuesheet *cue)
void browse_cuesheet(struct cuesheet *cue)
{
struct gui_synclist lists;
int action;