summaryrefslogtreecommitdiff
path: root/apps/radio/presets.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/radio/presets.c')
-rw-r--r--apps/radio/presets.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/radio/presets.c b/apps/radio/presets.c
index 51bdabdfce..6966f7e591 100644
--- a/apps/radio/presets.c
+++ b/apps/radio/presets.c
@@ -490,8 +490,7 @@ int handle_radio_presets(void)
490 while (result == 0) 490 while (result == 0)
491 { 491 {
492 gui_synclist_draw(&lists); 492 gui_synclist_draw(&lists);
493 list_do_action(CONTEXT_STD, TIMEOUT_BLOCK, 493 list_do_action(CONTEXT_STD, TIMEOUT_BLOCK, &lists, &action);
494 &lists, &action, LIST_WRAP_UNLESS_HELD);
495 switch (action) 494 switch (action)
496 { 495 {
497 case ACTION_STD_MENU: 496 case ACTION_STD_MENU: