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

Eli Fidler eli at staikos.net
Mon Feb 19 21:34:31 CET 2007


SVN commit 635323 by fidler:

remove extraneous locking.. this should fix bug 141808


 M  +0 -2      ksteqdialog_i.cpp  


--- trunk/extragear/graphics/kst/src/libkstapp/ksteqdialog_i.cpp #635322:635323
@@ -175,9 +175,7 @@
   KST::vectorList.lock().unlock();
 
   /** Create the equation here */
-  vp->readLock();
   KstEquationPtr eq = new KstEquation(tag_name, _w->_equation->text(), vp, _w->_doInterpolation->isChecked());
-  vp->unlock();
 
   if (!eq->isValid()) {
     eq = 0L;


More information about the Kst mailing list