From 322855e0e8cb8b1733af2ef7c1ac4ab348079a17 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 24 Apr 2015 19:00:16 -0400 Subject: Oops, accidentally committed a change to the desktop init process (reverted becuase it slows down the DE init significantly). --- lumina-desktop/LDesktop.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lumina-desktop') diff --git a/lumina-desktop/LDesktop.cpp b/lumina-desktop/LDesktop.cpp index 21372bf1..7f9b40d3 100644 --- a/lumina-desktop/LDesktop.cpp +++ b/lumina-desktop/LDesktop.cpp @@ -200,10 +200,10 @@ void LDesktop::InitDesktop(){ //Start the update processes QTimer::singleShot(10,this, SLOT(UpdateMenu()) ); QTimer::singleShot(0,this, SLOT(UpdateBackground()) ); - //QTimer::singleShot(1,this, SLOT(UpdateDesktop()) ); - //QTimer::singleShot(2,this, SLOT(UpdatePanels()) ); - UpdatePanels(); - UpdateDesktop(); + QTimer::singleShot(1,this, SLOT(UpdateDesktop()) ); + QTimer::singleShot(2,this, SLOT(UpdatePanels()) ); + //UpdatePanels(); + //UpdateDesktop(); //checkResolution(); } -- cgit