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/dbtree.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/dbtree.c') diff --git a/apps/dbtree.c b/apps/dbtree.c index 9ea0706245..9115c5902c 100644 --- a/apps/dbtree.c +++ b/apps/dbtree.c @@ -44,6 +44,7 @@ #include "keyboard.h" #include "autoconf.h" #include "list.h" +#include "splash.h" static int db_play_folder(struct tree_context* c); static int db_search(struct tree_context* c, char* string); @@ -130,13 +131,13 @@ int db_load(struct tree_context* c) i = db_search(c, searchstring); c->dirlength = c->filesindir = i; if (c->dirfull) { - splash(HZ, true, "%s %s", + gui_syncsplash(HZ, true, "%s %s", str(LANG_SHOWDIR_ERROR_BUFFER), str(LANG_SHOWDIR_ERROR_FULL)); c->dirfull = false; } else - splash(HZ, true, str(LANG_ID3DB_MATCHES), i); + gui_syncsplash(HZ, true, str(LANG_ID3DB_MATCHES), i); return i; case allsongs: -- cgit v1.2.3