diff options
| author | Nils Wallménius <nils@rockbox.org> | 2008-07-30 20:37:00 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2008-07-30 20:37:00 +0000 |
| commit | ac4f857b13b2696f5b7c35bc14fa56e6a68fe701 (patch) | |
| tree | 6c10842d8c5a1b53abdaf510227cbbcb420a0331 | |
| parent | 53dd4cc5c012f8e87c9ee4554aecddce5e070c20 (diff) | |
| download | rockbox-ac4f857b13b2696f5b7c35bc14fa56e6a68fe701.zip rockbox-ac4f857b13b2696f5b7c35bc14fa56e6a68fe701.tar.gz rockbox-ac4f857b13b2696f5b7c35bc14fa56e6a68fe701.tar.bz2 rockbox-ac4f857b13b2696f5b7c35bc14fa56e6a68fe701.tar.xz | |
Remove duplicate splash when loading a plugin so that the voice clip is only spoken once, thanks to bertrik for spotting.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18157 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/filetree.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/filetree.c b/apps/filetree.c index 8649dc4..dd3cb54 100644 --- a/apps/filetree.c +++ b/apps/filetree.c @@ -535,8 +535,6 @@ int ft_enter(struct tree_context* c) break; } - gui_syncsplash(0, ID2P(LANG_WAIT)); - if (plugin_load(buf,NULL) == PLUGIN_USB_CONNECTED) { if(*c->dirfilter > NUM_FILTER_MODES) |