From c2416bf8b90bf4fca3b90ac3d2241c05904bc13b Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Thu, 5 Jun 2008 15:21:08 +0000 Subject: Fix typo in the new default values for %V, so that the background color is actually set on 16-bit targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17692 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/wps_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/gui/wps_parser.c b/apps/gui/wps_parser.c index 54f9f588bf..859e5eebe2 100644 --- a/apps/gui/wps_parser.c +++ b/apps/gui/wps_parser.c @@ -652,7 +652,7 @@ static int parse_viewport(const char *wps_bufptr, if ((valid&(1<fg_pattern = global_settings.fg_color; if ((valid&(1<fg_pattern = global_settings.bg_color; + vp->bg_pattern = global_settings.bg_color; } #endif -- cgit v1.2.3