aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-09-21 15:13:36 -0400
committerKen Moore <ken@ixsystems.com>2017-09-21 15:13:36 -0400
commit56d7717d8181974dc3c5cb35eb2436668bf2c6ce (patch)
tree2885165a9c06114bebcf58a39a29690d50505278 /src-qt5
parentFix up the loading of the theme settings before the session is started in Lum... (diff)
downloadlumina-56d7717d8181974dc3c5cb35eb2436668bf2c6ce.tar.gz
lumina-56d7717d8181974dc3c5cb35eb2436668bf2c6ce.tar.bz2
lumina-56d7717d8181974dc3c5cb35eb2436668bf2c6ce.zip
Make sure we don't run the checkUserFiles() function a second time
Diffstat (limited to 'src-qt5')
-rw-r--r--src-qt5/core/lumina-desktop/LSession.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/LSession.cpp b/src-qt5/core/lumina-desktop/LSession.cpp
index 44f657c0..feb3c95c 100644
--- a/src-qt5/core/lumina-desktop/LSession.cpp
+++ b/src-qt5/core/lumina-desktop/LSession.cpp
@@ -120,7 +120,7 @@ void LSession::setupSession(){
//Setup the user's lumina settings directory as necessary
splash.showScreen("user");
if(DEBUG){ qDebug() << " - Init User Files:" << timer->elapsed();}
- checkUserFiles(); //adds these files to the watcher as well
+ //checkUserFiles(); //adds these files to the watcher as well
//Initialize the internal variables
DESKTOPS.clear();
bgstack15