summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/list.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index cfb1e7c073..bc21976449 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -1184,8 +1184,7 @@ bool simplelist_show_list(struct simplelist_info *info)
1184 } 1184 }
1185 if (action == ACTION_STD_CANCEL) 1185 if (action == ACTION_STD_CANCEL)
1186 break; 1186 break;
1187 else if ((action == ACTION_NONE) || 1187 else if ((action == ACTION_REDRAW) ||
1188 (action == ACTION_REDRAW) ||
1189 (old_line_count != simplelist_line_count)) 1188 (old_line_count != simplelist_line_count))
1190 { 1189 {
1191 if (info->get_name == NULL) 1190 if (info->get_name == NULL)