[Kst] extragear/graphics/kst/src/libkstmath

George Staikos staikos at kde.org
Wed Aug 23 16:21:23 CEST 2006


SVN commit 576228 by staikos:

I believe this lock is no-longer needed, which solves the fit deadlock


 M  +1 -1      kstplugin.cpp  


--- trunk/extragear/graphics/kst/src/libkstmath/kstplugin.cpp #576227:576228
@@ -641,7 +641,7 @@
         if (!_outputScalars.contains(paramName)) {
           QString scalarName = i18n("%1-%2").arg(tagName()).arg(paramName);
           KstScalarPtr s = new KstScalar(scalarName, this, scalarValue);
-          s->KstObject::writeLock();
+          //s->KstObject::writeLock();
           _outputScalars.insert(paramName, s);
           ++_outScalarCnt;
         } else {


More information about the Kst mailing list