From 3eaefa65b77d3ed26c5a32432d1016a9fa89585a Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 8 Apr 2009 17:31:29 +0000 Subject: Forgot to add the call too gwps_fix_statusbars(), fixes yellow too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20662 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c index ef7df3f0b9..68f0ba2cf9 100644 --- a/apps/gui/gwps.c +++ b/apps/gui/gwps.c @@ -676,6 +676,7 @@ long gui_wps_show(void) { restore = false; restoretimer = RESTORE_WPS_INSTANTLY; + gwps_fix_statusbars(); FOR_NB_SCREENS(i) { screens[i].stop_scroll(); -- cgit v1.2.3