From f23251999c6a622af99f60e51ba867d54076f186 Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Sat, 10 Apr 2010 20:25:23 +0000 Subject: Reset the number of lines to 0 when initializing the simple list git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25573 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/list.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/gui/list.c') 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; } -- cgit v1.2.3