summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index b39684ff92..70b04c4313 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -844,7 +844,7 @@ bool simplelist_show_list(struct simplelist_info *info)
844 844
845 while(1) 845 while(1)
846 { 846 {
847 list_do_action(CONTEXT_STD, info->timeout, 847 list_do_action(CONTEXT_LIST, info->timeout,
848 &lists, &action, wrap); 848 &lists, &action, wrap);
849 849
850 /* We must yield in this case or no other thread can run */ 850 /* We must yield in this case or no other thread can run */