From b53db7a5a334fdd53bd86e8b50587f1dae41cfba Mon Sep 17 00:00:00 2001 From: harlekin Date: Sun, 29 Sep 2002 23:08:59 +0000 Subject: temporary workarround to prevent high cpuloads after first app is launched --- diff --git a/core/launcher/launcherview.cpp b/core/launcher/launcherview.cpp index 9f86136..dbcb0d7 100644 --- a/core/launcher/launcherview.cpp +++ b/core/launcher/launcherview.cpp @@ -105,7 +105,9 @@ public: if ( bsy ) { busytimer = startTimer ( 150 ); busystate = 50; - startTimer ( 0 ); + // not sure what this startTimer is for, maybe i am just to tired. But + // currently that causes 100% cpuload on app launch + //startTimer ( 0 ); } else killTimer ( busytimer ); -- cgit v0.9.0.2