summaryrefslogtreecommitdiffstats
path: root/apps/gui/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/list.c')
-rw-r--r--apps/gui/list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index 25a793810e..2ee7fa7904 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -909,4 +909,5 @@ void simplelist_info_init(struct simplelist_info *info, char* title,
info->get_name = NULL;
info->get_talk = NULL;
info->callback_data = data;
+ simplelist_line_count = 0;
}