From e991beed6df8700b41796c4c14ef786f45fb54c5 Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Wed, 16 Nov 2005 15:12:15 +0000 Subject: replaced all the splash calls by gui_sync_splash, added some missing remote key in the playlist viewer git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7909 a1c6a512-1295-4272-9138-f99709370657 --- apps/onplay.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/onplay.c') diff --git a/apps/onplay.c b/apps/onplay.c index c71a75ac6d..36ea95771a 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -48,6 +48,7 @@ #include "bookmark.h" #include "wps.h" #include "action.h" +#include "splash.h" #ifdef HAVE_LCD_BITMAP #include "icons.h" #endif @@ -125,7 +126,7 @@ static bool list_viewers(void) } else { - splash(HZ*2, true, "No viewers found"); + gui_syncsplash(HZ*2, true, "No viewers found"); } if (ret == PLUGIN_USB_CONNECTED) @@ -495,7 +496,7 @@ bool create_dir(void) rc = mkdir(dirname, 0); if (rc < 0) { - splash(HZ, true, "%s %s", str(LANG_CREATE_DIR), str(LANG_FAILED)); + gui_syncsplash(HZ, true, "%s %s", str(LANG_CREATE_DIR), str(LANG_FAILED)); } else { onplay_result = ONPLAY_RELOAD_DIR; } -- cgit v1.2.3