From aa02492edf610680503da45199f189518c0149f8 Mon Sep 17 00:00:00 2001 From: kugel Date: Wed, 8 Apr 2009 17:31:29 +0000 Subject: [PATCH] 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 ef7df3f0b..68f0ba2cf 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(); -- 2.11.4.GIT