summaryrefslogtreecommitdiff
path: root/apps/gui/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/list.c')
-rw-r--r--apps/gui/list.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index 6f61a61992..64551055c3 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -1283,9 +1283,8 @@ bool simplelist_show_list(struct simplelist_info *info)
1283 while(1) 1283 while(1)
1284 { 1284 {
1285 gui_syncstatusbar_draw(&statusbars, true); 1285 gui_syncstatusbar_draw(&statusbars, true);
1286 if (list_do_action(CONTEXT_STD, info->timeout, 1286 list_do_action(CONTEXT_STD, info->timeout,
1287 &lists, &action, LIST_WRAP_UNLESS_HELD)) 1287 &lists, &action, LIST_WRAP_UNLESS_HELD);
1288 continue;
1289 if (info->action_callback) 1288 if (info->action_callback)
1290 { 1289 {
1291 action = info->action_callback(action, &lists); 1290 action = info->action_callback(action, &lists);