[Kst] kst_hfi_calib_branch: kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Thu Nov 11 17:54:22 CET 2004
CVS commit by staikos:
trying to eliminate the stuck-on-exit hard-to-reproduce bug
M +2 -1 updatethread.cpp 1.30.2.4
--- kdeextragear-2/kst/kst/updatethread.cpp #1.30.2.3:1.30.2.4
@@ -280,6 +280,7 @@ void UpdateThread::setPaused(bool paused
void UpdateThread::setFinished(bool finished) {
- QMutexLocker ml(&_statusMutex);
+ _statusMutex.lock();
_done = finished;
+ _statusMutex.unlock();
_waitCondition.wakeOne();
}
More information about the Kst
mailing list