From 31fc1fcf75c66ebb46338e767569a63bf1939fe1 Mon Sep 17 00:00:00 2001 From: learman Date: Thu, 5 Jun 2008 15:21:08 +0000 Subject: [PATCH] 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(-) diff --git a/apps/gui/wps_parser.c b/apps/gui/wps_parser.c index 54f9f588b..859e5eebe 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 -- 2.11.4.GIT