[Kst] extragear/graphics/kst/kst

Rick Chern rchern at interchange.ubc.ca
Tue Jul 19 23:44:19 CEST 2005


SVN commit 436519 by rchern:

Restore original debug mode

 M  +1 -1      updatethread.cpp  


--- trunk/extragear/graphics/kst/kst/updatethread.cpp #436518:436519
@@ -29,7 +29,7 @@
 #include "threadevents.h"
 
 // 0 - none, 1 - some, 2 - lots, 3 - too much
-#define UPDATEDEBUG 2
+#define UPDATEDEBUG 1
 
 UpdateThread::UpdateThread(KstDoc *doc)
 : QThread(), _paused(false), _done(false), _statusMutex(false), _doc(doc) {


More information about the Kst mailing list