diff options
author | Ken Moore <ken@pcbsd.org> | 2015-05-23 08:23:15 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-05-23 08:23:15 -0400 |
commit | 5f502c9034fa2375a58b3b3a8e207224ebeaa73a (patch) | |
tree | 83b6fe74715e6d4d6db4847d6ad2ee1f018173e1 /lumina-desktop/LSession.cpp | |
parent | Add a new "phase" into the boot splash - system applications loading. (diff) | |
download | lumina-5f502c9034fa2375a58b3b3a8e207224ebeaa73a.tar.gz lumina-5f502c9034fa2375a58b3b3a8e207224ebeaa73a.tar.bz2 lumina-5f502c9034fa2375a58b3b3a8e207224ebeaa73a.zip |
Remove the extra bootsplash show between the apps/settings menu initialization. Something about the addition processEvents() call is screwing up the init procedures.
Diffstat (limited to 'lumina-desktop/LSession.cpp')
-rw-r--r-- | lumina-desktop/LSession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/LSession.cpp b/lumina-desktop/LSession.cpp index fd2b16b3..d4f7c2f0 100644 --- a/lumina-desktop/LSession.cpp +++ b/lumina-desktop/LSession.cpp @@ -119,7 +119,7 @@ void LSession::setupSession(){ if(DEBUG){ qDebug() << " - Init AppMenu:" << timer->elapsed();} appmenu = new AppMenu(); if(DEBUG){ qDebug() << " - Init SettingsMenu:" << timer->elapsed();} - splash.showScreen("menus"); + //splash.showScreen("menus"); settingsmenu = new SettingsMenu(); if(DEBUG){ qDebug() << " - Init SystemWindow:" << timer->elapsed();} sysWindow = new SystemWindow(); |