From 725733ca92d6140eb4bbf2455cc4e3f2aabf5da5 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 12 Apr 2009 00:30:28 +0000 Subject: Fix remote wps updating (again, FS#10121). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20693 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c index 1ff5410cf7..6285f7793f 100644 --- a/apps/gui/gwps.c +++ b/apps/gui/gwps.c @@ -681,17 +681,19 @@ long gui_wps_show(void) if (wps_state.do_full_update || update) { FOR_NB_SCREENS(i) + { #if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP) if (lcd_active() #ifdef HAVE_REMOTE_LCD /* currently, all remotes are readable without backlight * so still update those */ - && (i == SCREEN_MAIN) + || (i == SCREEN_REMOTE) #endif ) #endif - { + { gui_wps_update(&gui_wps[i]); + } } wps_state.do_full_update = false; update = false; -- cgit v1.2.3