summaryrefslogtreecommitdiff
path: root/apps/cuesheet.c
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2007-05-14 17:34:52 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2007-05-14 17:34:52 +0000
commit6190a0d68d4979a9933c6007b69686a08ec4f457 (patch)
treec66954e168a56c033ecb01442ff7242e7d383318 /apps/cuesheet.c
parent4a6ab0d03174d7a28979380e06b6f9dfac9a7d37 (diff)
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
Diffstat (limited to 'apps/cuesheet.c')
-rw-r--r--apps/cuesheet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cuesheet.c b/apps/cuesheet.c
index afd0ba1ea6..9bac3681f3 100644
--- a/apps/cuesheet.c
+++ b/apps/cuesheet.c
@@ -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;