summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorMats Lidell <matsl@rockbox.org>2003-01-10 16:12:50 +0000
committerMats Lidell <matsl@rockbox.org>2003-01-10 16:12:50 +0000
commitbce50325c52c29cc87ff23434dca02e4a1dd6ffd (patch)
tree63c7c7edbc37a803c0f8954891cf756fc1d982cb /apps/tree.c
parent0b9311dfd63ca71bc04ef80ea70f49b0dd158f50 (diff)
Show complete status when asking for resume.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3069 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 3f666ebfc3..dcaa9558bd 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -503,6 +503,7 @@ bool ask_resume(void)
lcd_clear_display();
lcd_puts(0,0,str(LANG_RESUME_ASK));
#ifdef HAVE_LCD_CHARCELLS
+ status_draw();
lcd_puts(0,1,str(LANG_RESUME_CONFIRM_PLAYER));
#else
lcd_puts(0,1,str(LANG_RESUME_CONFIRM_RECORDER));