1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Nils Wallménius 2008-07-30 20:37:00 +00:00
parent 53dd4cc5c0
commit ac4f857b13

View file

@ -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)