summaryrefslogtreecommitdiff
path: root/apps/cuesheet.c
diff options
context:
space:
mode:
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 98040f9992..236d250c69 100644
--- a/apps/cuesheet.c
+++ b/apps/cuesheet.c
@@ -481,7 +481,7 @@ void browse_cuesheet(struct cuesheet *cue)
481 { 481 {
482 gui_synclist_draw(&lists); 482 gui_synclist_draw(&lists);
483 action = get_action(CONTEXT_LIST,TIMEOUT_BLOCK); 483 action = get_action(CONTEXT_LIST,TIMEOUT_BLOCK);
484 if (gui_synclist_do_button(&lists, &action, LIST_WRAP_UNLESS_HELD)) 484 if (gui_synclist_do_button(&lists, &action))
485 continue; 485 continue;
486 switch (action) 486 switch (action)
487 { 487 {