From 7c537225350ef490aed9a9f41e01d7640ee260d8 Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Thu, 30 Nov 2006 22:46:01 +0000 Subject: Ooops... forgot about those charcells git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11631 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/properties.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/plugins/properties.c b/apps/plugins/properties.c index 458ee22..cdfb264 100644 --- a/apps/plugins/properties.c +++ b/apps/plugins/properties.c @@ -173,8 +173,9 @@ static bool _dir_properties(DPS* dps) rb->snprintf(dps->tstr, 64, "Size: %s", filesize2string(dps->bc, dps->tstr2, 64)); rb->lcd_puts(0,5,dps->tstr); +#ifdef HAVE_LCD_BITMAP rb->lcd_update(); - +#endif /* recursion */ result = _dir_properties(dps); if(rb->get_action(CONTEXT_TREE,TIMEOUT_NOBLOCK)) @@ -303,7 +304,9 @@ enum plugin_status plugin_start(struct plugin_api* api, void* file) rb->lcd_clear_display(); rb->lcd_puts(0,0,"File/Dir not found:"); rb->lcd_puts(0,1,(char*)file); +#ifdef HAVE_LCD_BITMAP rb->lcd_update(); +#endif rb->action_userabort(TIMEOUT_BLOCK); return PLUGIN_OK; } -- cgit v1.1