fix FS#11835: %Lt tag doesn't work on targets with more than 1 screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29058 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f74806e8bc
commit
27bcc8a8fd
1 changed files with 1 additions and 3 deletions
|
@ -76,9 +76,7 @@ enum themable_icons sb_get_icon(enum screen_type screen)
|
|||
int sb_preproccess(enum screen_type screen, struct wps_data *data)
|
||||
{
|
||||
(void)data;
|
||||
int i;
|
||||
FOR_NB_SCREENS(i)
|
||||
sbs_has_title[i] = false;
|
||||
sbs_has_title[screen] = false;
|
||||
viewportmanager_theme_enable(screen, false, NULL);
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue