summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-08-16 15:06:50 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-08-16 15:06:50 +0000
commit52dc182b81dd875c7806a2829b65ada2b4520110 (patch)
tree99ced545b0c7121a9504e81f3836fd12f10dffd5 /apps/tree.c
parent6224cdb16677cae7b65b0598eec3381a6fb6a4aa (diff)
downloadrockbox-52dc182b81dd875c7806a2829b65ada2b4520110.tar.gz
rockbox-52dc182b81dd875c7806a2829b65ada2b4520110.zip
Fixed double-height problem and broken fwd/rew.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1788 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 5312885f19..1ac9dc6ef0 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -296,6 +296,9 @@ static int showdir(char *path, int start)
296 296
297bool ask_resume(void) 297bool ask_resume(void)
298{ 298{
299#ifdef HAVE_NEW_CHARCELL_LCD
300 lcd_double_height(false);
301#endif
299 lcd_clear_display(); 302 lcd_clear_display();
300 lcd_puts(0,0,"Resume?"); 303 lcd_puts(0,0,"Resume?");
301#ifdef HAVE_LCD_CHARCELLS 304#ifdef HAVE_LCD_CHARCELLS