summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/skin_engine/skin_display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/skin_display.c b/apps/gui/skin_engine/skin_display.c
index 4f16287f03..df200bec5f 100644
--- a/apps/gui/skin_engine/skin_display.c
+++ b/apps/gui/skin_engine/skin_display.c
@@ -601,7 +601,7 @@ static bool evaluate_conditional(struct gui_wps *gwps, int *token_index)
601#ifdef HAVE_LCD_BITMAP 601#ifdef HAVE_LCD_BITMAP
602 /* clear all pictures in the conditional and nested ones */ 602 /* clear all pictures in the conditional and nested ones */
603 if (data->tokens[i].type == WPS_TOKEN_IMAGE_PRELOAD_DISPLAY) 603 if (data->tokens[i].type == WPS_TOKEN_IMAGE_PRELOAD_DISPLAY)
604 clear_image_pos(gwps, find_image(data->tokens[i].value.i&0xFF, gwps->data)); 604 clear_image_pos(gwps, find_image(data->tokens[i].value.i&0xFF, data));
605#endif 605#endif
606#ifdef HAVE_ALBUMART 606#ifdef HAVE_ALBUMART
607 if (data->albumart && data->tokens[i].type == WPS_TOKEN_ALBUMART_DISPLAY) 607 if (data->albumart && data->tokens[i].type == WPS_TOKEN_ALBUMART_DISPLAY)