From 2d31d77a8ba231cb03ec35863c4c4ce2024f6509 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 29 Jul 2010 12:37:48 +0000 Subject: FS#11470 - new skin code, finally svn uses the new parser from the theme editor. This means that a skin that passes the editor WILL pass svn and checkwps (unless the target runs out of skin buffer or something. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27613 a1c6a512-1295-4272-9138-f99709370657 --- apps/radio/radio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/radio') diff --git a/apps/radio/radio.c b/apps/radio/radio.c index 65a34f1d2a..17f3d89bfc 100644 --- a/apps/radio/radio.c +++ b/apps/radio/radio.c @@ -800,8 +800,8 @@ int radio_screen(void) if (restore) fms_fix_displays(FMS_ENTER); FOR_NB_SCREENS(i) - skin_update(fms_get(i), restore ? WPS_REFRESH_ALL : - WPS_REFRESH_NON_STATIC); + skin_update(fms_get(i), restore ? SKIN_REFRESH_ALL : + SKIN_REFRESH_NON_STATIC); restore = false; } } -- cgit v1.2.3