diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2003-01-28 22:33:55 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2003-01-28 22:33:55 +0000 |
| commit | b82241b970f3506feed692c8d30e08ce026a750b (patch) | |
| tree | 1fb97524dfae894769e2ff951c62cf1168160401 /apps | |
| parent | d5934e09a494f3be61bba89f873346e52ae50f6c (diff) | |
| download | rockbox-b82241b970f3506feed692c8d30e08ce026a750b.zip rockbox-b82241b970f3506feed692c8d30e08ce026a750b.tar.gz rockbox-b82241b970f3506feed692c8d30e08ce026a750b.tar.bz2 rockbox-b82241b970f3506feed692c8d30e08ce026a750b.tar.xz | |
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')
| -rw-r--r-- | apps/wps-display.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/wps-display.c b/apps/wps-display.c index 92247bc..df27810 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; } |