From 1b05752a3fd4bb36c78fc6c300a83deb010075cf Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 20 Aug 2002 20:27:36 +0000 Subject: Always remove double-height when resuming git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1826 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'apps') diff --git a/apps/tree.c b/apps/tree.c index a07a520955..b1da2bd280 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -296,13 +296,14 @@ static int showdir(char *path, int start) bool ask_resume(void) { +#ifdef HAVE_NEW_CHARCELL_LCD + lcd_double_height(false); +#endif + /* always resume? */ if ( global_settings.resume == RESUME_ON ) return true; -#ifdef HAVE_NEW_CHARCELL_LCD - lcd_double_height(false); -#endif lcd_clear_display(); lcd_puts(0,0,"Resume?"); #ifdef HAVE_LCD_CHARCELLS -- cgit v1.2.3