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/bookmark.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/bookmark.c') diff --git a/apps/bookmark.c b/apps/bookmark.c index 593bfe98cb..788aebe582 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c @@ -48,7 +48,7 @@ #include "talk.h" #include "misc.h" #include "abrepeat.h" - +#include "splash.h" #define MAX_BOOKMARKS 10 #define MAX_BOOKMARK_SIZE 350 #define RECENT_BOOKMARK_FILE ROCKBOX_DIR "/most-recent.bmark" @@ -283,9 +283,9 @@ static bool write_bookmark(bool create_bookmark_file) } if (success) - splash(HZ, true, str(LANG_BOOKMARK_CREATE_SUCCESS)); + gui_syncsplash(HZ, true, str(LANG_BOOKMARK_CREATE_SUCCESS)); else - splash(HZ, true, str(LANG_BOOKMARK_CREATE_FAILURE)); + gui_syncsplash(HZ, true, str(LANG_BOOKMARK_CREATE_FAILURE)); return true; } @@ -621,7 +621,7 @@ static char* select_bookmark(const char* bookmark_file_name) /* if there were no bookmarks in the file, delete the file and exit. */ if(bookmark_id <= 0) { - splash(HZ, true, str(LANG_BOOKMARK_LOAD_EMPTY)); + gui_syncsplash(HZ, true, str(LANG_BOOKMARK_LOAD_EMPTY)); remove(bookmark_file_name); return NULL; } -- cgit v1.2.3