summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index ed61889083..ef16c719c1 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -206,7 +206,7 @@ extern bool list_do_action(int context, int timeout,
206struct simplelist_info { 206struct simplelist_info {
207 char *title; /* title to show on the list */ 207 char *title; /* title to show on the list */
208 int count; /* number of items in the list, each item is selection_size high */ 208 int count; /* number of items in the list, each item is selection_size high */
209 char selection_size; /* list selection size, usually 1 */ 209 int selection_size; /* list selection size, usually 1 */
210 bool hide_selection; 210 bool hide_selection;
211 bool scroll_all; 211 bool scroll_all;
212 int timeout; 212 int timeout;