Put backdrop back; should never have gone away.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12052 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Greg White 2007-01-17 18:56:47 +00:00
parent b47a43aa28
commit 80f8570e9b

View file

@ -1238,10 +1238,7 @@ void settings_apply(void)
} else {
unload_main_backdrop();
}
/* Gigabeat displays a bootsplash - keep it up as long as we can */
#if !defined(TOSHIBA_GIGABEAT_F) || defined(SIMULATOR)
show_main_backdrop();
#endif
#endif