[Kst] extragear/graphics/kst/kst
Rick Chern
rchern at interchange.ubc.ca
Wed Jul 13 01:47:17 CEST 2005
SVN commit 434109 by rchern:
Unlock the correct list
M +1 -1 kstiface_impl.cpp
--- trunk/extragear/graphics/kst/kst/kstiface_impl.cpp #434108:434109
@@ -1483,7 +1483,7 @@
if (scalarParamIter != scalarInputs.end()) {
KST::scalarList.lock().readLock();
KstScalarList::Iterator iter = KST::scalarList.findTag(*scalarParamIter);
- KST::vectorList.lock().readUnlock();
+ KST::scalarList.lock().readUnlock();
if (iter != KST::scalarList.end()) {
kstplug_ptr->writeLock();
kstplug_ptr->inputScalars().insert((*IOIter)._name, *iter);
More information about the Kst
mailing list