From b82241b970f3506feed692c8d30e08ce026a750b Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 28 Jan 2003 22:33:55 +0000 Subject: Show status stopped after playlist ends git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3178 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps-display.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') 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) lcd_puts(0, 2, str(LANG_END_PLAYLIST_RECORDER)); lcd_update(); #endif + status_set_playmode(STATUS_STOP); + status_draw(); sleep(HZ); return true; } -- cgit v1.2.3