summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
authorKevin Ferrare <kevin@rockbox.org>2005-11-16 15:12:15 +0000
committerKevin Ferrare <kevin@rockbox.org>2005-11-16 15:12:15 +0000
commite991beed6df8700b41796c4c14ef786f45fb54c5 (patch)
tree63543693276236f18a91c3de87e2353625eb85dc /apps/filetree.c
parent76b75efa060b55bc7cbf66bae3401af57d907440 (diff)
downloadrockbox-e991beed6df8700b41796c4c14ef786f45fb54c5.tar.gz
rockbox-e991beed6df8700b41796c4c14ef786f45fb54c5.zip
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
Diffstat (limited to 'apps/filetree.c')
-rw-r--r--apps/filetree.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index 8a365cc574..a873d85f1c 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -39,6 +39,7 @@
39#include "rolo.h" 39#include "rolo.h"
40#include "sprintf.h" 40#include "sprintf.h"
41#include "dircache.h" 41#include "dircache.h"
42#include "splash.h"
42 43
43#ifndef SIMULATOR 44#ifndef SIMULATOR
44static int boot_size = 0; 45static int boot_size = 0;
@@ -406,7 +407,7 @@ int ft_enter(struct tree_context* c)
406 set_file(buf, global_settings.lang_file, 407 set_file(buf, global_settings.lang_file,
407 MAX_FILENAME); 408 MAX_FILENAME);
408 talk_init(); /* use voice of same language */ 409 talk_init(); /* use voice of same language */
409 splash(HZ, true, str(LANG_LANGUAGE_LOADED)); 410 gui_syncsplash(HZ, true, str(LANG_LANGUAGE_LOADED));
410 } 411 }
411 break; 412 break;
412 413