summaryrefslogtreecommitdiff
path: root/apps/menus
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-04-10 20:25:23 +0000
committerAlexander Levin <al.le@rockbox.org>2010-04-10 20:25:23 +0000
commitf23251999c6a622af99f60e51ba867d54076f186 (patch)
treead069789f26bfbfdff270ca8f637139ee7d970bc /apps/menus
parentd873f4f4749c9e1dea5fa012cf0522c7e24fe784 (diff)
downloadrockbox-f23251999c6a622af99f60e51ba867d54076f186.tar.gz
rockbox-f23251999c6a622af99f60e51ba867d54076f186.zip
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
Diffstat (limited to 'apps/menus')
-rw-r--r--apps/menus/settings_menu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/menus/settings_menu.c b/apps/menus/settings_menu.c
index 78f0c7ee7a..53c5972ee8 100644
--- a/apps/menus/settings_menu.c
+++ b/apps/menus/settings_menu.c
@@ -413,7 +413,6 @@ static void view_hotkey_info(void)
413 simplelist_info_init(&info, str(LANG_VIEW_HOTKEY), 0, NULL); 413 simplelist_info_init(&info, str(LANG_VIEW_HOTKEY), 0, NULL);
414 info.hide_selection = true; 414 info.hide_selection = true;
415 info.scroll_all = true; 415 info.scroll_all = true;
416 simplelist_set_line_count(0);
417 simplelist_addline(SIMPLELIST_ADD_LINE, str(LANG_HOTKEY_VIEW_WPS), 416 simplelist_addline(SIMPLELIST_ADD_LINE, str(LANG_HOTKEY_VIEW_WPS),
418 str(get_hotkey_desc_id(global_settings.hotkey_wps))); 417 str(get_hotkey_desc_id(global_settings.hotkey_wps)));
419 simplelist_addline(SIMPLELIST_ADD_LINE, str(LANG_HOTKEY_VIEW_FILE_BROWSER), 418 simplelist_addline(SIMPLELIST_ADD_LINE, str(LANG_HOTKEY_VIEW_FILE_BROWSER),