If not showing startup windows don't show progress bars either (faster starup).

SVN revision: 36316
This commit is contained in:
Kim Woelders 2008-09-29 16:29:15 +00:00
parent 69a3b9d29f
commit ca133b488a
2 changed files with 1 additions and 4 deletions

View File

@ -586,7 +586,7 @@ ThemeConfigLoad(void)
for (i = 0; i < (int)(sizeof(config_files) / sizeof(char *)); i++)
{
if (!Mode.wm.restart)
if (!Mode.wm.restart && Conf.startup.animate)
{
if (i == 2)
StartupWindowsCreate();

View File

@ -41,9 +41,6 @@ StartupWindowsCreate(void)
int x, y, bx, by, bw, bh;
EObj *eo;
if (!Conf.startup.animate)
return;
/* Acting only as boolean? */
if (BackgroundFind("STARTUP_BACKGROUND_SIDEWAYS"))
bg_sideways = 1;