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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index cc66e25a48..6727f9b998 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -1209,11 +1209,11 @@ bool simplelist_show_list(struct simplelist_info *info)
1209} 1209}
1210 1210
1211void simplelist_info_init(struct simplelist_info *info, char* title, 1211void simplelist_info_init(struct simplelist_info *info, char* title,
1212 int selection_size, int count, void* data) 1212 int count, void* data)
1213{ 1213{
1214 info->title = title; 1214 info->title = title;
1215 info->count = count; 1215 info->count = count;
1216 info->selection_size = selection_size; 1216 info->selection_size = 1;
1217 info->hide_selection = false; 1217 info->hide_selection = false;
1218 info->scroll_all = false; 1218 info->scroll_all = false;
1219 info->action_callback = NULL; 1219 info->action_callback = NULL;