summaryrefslogtreecommitdiff
path: root/apps/wps-display.c
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-01-28 22:33:55 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-01-28 22:33:55 +0000
commitb82241b970f3506feed692c8d30e08ce026a750b (patch)
tree1fb97524dfae894769e2ff951c62cf1168160401 /apps/wps-display.c
parentd5934e09a494f3be61bba89f873346e52ae50f6c (diff)
downloadrockbox-b82241b970f3506feed692c8d30e08ce026a750b.tar.gz
rockbox-b82241b970f3506feed692c8d30e08ce026a750b.zip
Show status stopped after playlist ends
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3178 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps-display.c')
-rw-r--r--apps/wps-display.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/wps-display.c b/apps/wps-display.c
index 92247bcb21..df27810b01 100644
--- a/apps/wps-display.c
+++ b/apps/wps-display.c
@@ -741,6 +741,8 @@ bool wps_display(struct mp3entry* id3)
741 lcd_puts(0, 2, str(LANG_END_PLAYLIST_RECORDER)); 741 lcd_puts(0, 2, str(LANG_END_PLAYLIST_RECORDER));
742 lcd_update(); 742 lcd_update();
743#endif 743#endif
744 status_set_playmode(STATUS_STOP);
745 status_draw();
744 sleep(HZ); 746 sleep(HZ);
745 return true; 747 return true;
746 } 748 }