From 4d6374c9236b93e0bd457f99944164fc493d1120 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 16 Mar 2007 21:56:08 +0000 Subject: Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12807 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/logo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/logo.c') diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c index 251c6cb259..68b8bc4b93 100644 --- a/apps/plugins/logo.c +++ b/apps/plugins/logo.c @@ -259,7 +259,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) { #ifdef HAVE_LCD_CHARCELLS if (!pgfx_init(rb, 4, 2)) { - rb->splash(HZ*2, true, "Old LCD :("); + rb->splash(HZ*2, "Old LCD :("); return PLUGIN_OK; } #endif -- cgit v1.2.3