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
diff --git a/apps/wps.c b/apps/wps.c
index 1958c61..4a05003 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -100,10 +100,11 @@
         lcd_puts(2, 3, buffer);
         lcd_update();
 #endif
+        status_draw(false);
+
         if (!exit)
             button = button_get(true);
     }
-    status_draw(false);
     wps_refresh(id3,0, WPS_REFRESH_ALL);
 }
 #endif
diff --git a/docs/CREDITS b/docs/CREDITS
index 0010a13..8d69d71 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -77,3 +77,4 @@
 Pierre Delore
 Huw Smith
 Garrett Derner
+Barry McIntosh