1
0
Fork 0
forked from len0rd/rockbox

Fix FS#10289 - screens showing a list need to check the show_icons setting before setting the callback. the List will now always draw icons if a callback is set (like its always done for voice)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24022 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2009-12-16 08:36:46 +00:00
parent b9aabcb1a4
commit e425371e10
6 changed files with 8 additions and 9 deletions

View file

@ -458,8 +458,6 @@ enum tidy_return tidy_lcd_menu(void)
{
bool show_icons = rb->global_settings->show_icons;
struct simplelist_info list;
/* force the icons so its readable */
rb->global_settings->show_icons = true;
rb->simplelist_info_init(&list, "Files to Clean",
tidy_type_count, NULL);
list.get_icon = get_icon;