summaryrefslogtreecommitdiff
path: root/apps/wps.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-11-03 00:14:05 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-11-03 00:14:05 +0000
commit4675a2453ffae287cf3f567e761c046839d83e51 (patch)
tree052ecadb0bdeb3b06ed0600181ca923ebee7b05d /apps/wps.c
parente396c7774946f26b08a62a8bbf0e1fc6659a9610 (diff)
downloadrockbox-4675a2453ffae287cf3f567e761c046839d83e51.tar.gz
rockbox-4675a2453ffae287cf3f567e761c046839d83e51.zip
Patch #782228 by Barry McIntosh, makes the volume meter update when adjusting the volume in the WPS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4000 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps.c')
-rw-r--r--apps/wps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c
index 1958c61f19..4a0500351d 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -100,10 +100,11 @@ void player_change_volume(int button)
100 lcd_puts(2, 3, buffer); 100 lcd_puts(2, 3, buffer);
101 lcd_update(); 101 lcd_update();
102#endif 102#endif
103 status_draw(false);
104
103 if (!exit) 105 if (!exit)
104 button = button_get(true); 106 button = button_get(true);
105 } 107 }
106 status_draw(false);
107 wps_refresh(id3,0, WPS_REFRESH_ALL); 108 wps_refresh(id3,0, WPS_REFRESH_ALL);
108} 109}
109#endif 110#endif