summaryrefslogtreecommitdiff
path: root/apps/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps.c')
-rw-r--r--apps/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c
index 09eeef4361..f1c1adc7fd 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -663,11 +663,11 @@ int wps_show(void)
663 while ( 1 ) 663 while ( 1 )
664 { 664 {
665 bool mpeg_paused = (mpeg_status() & MPEG_STATUS_PAUSE)?true:false; 665 bool mpeg_paused = (mpeg_status() & MPEG_STATUS_PAUSE)?true:false;
666 status_set_playmode(paused ? STATUS_PAUSE : STATUS_PLAY);
666 667
667 /* did someone else (i.e power thread) change mpeg pause mode? */ 668 /* did someone else (i.e power thread) change mpeg pause mode? */
668 if (paused != mpeg_paused) { 669 if (paused != mpeg_paused) {
669 paused = mpeg_paused; 670 paused = mpeg_paused;
670 status_set_playmode(paused ? STATUS_PAUSE : STATUS_PLAY);
671 671
672 /* if another thread paused mpeg, we are probably in car mode, 672 /* if another thread paused mpeg, we are probably in car mode,
673 about to shut down. lets save the settings. */ 673 about to shut down. lets save the settings. */