[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Thu Jul 8 21:06:16 CEST 2004
CVS commit by staikos:
notes :)
M +2 -0 updatethread.cpp 1.21
--- kdeextragear-2/kst/kst/updatethread.cpp #1.20:1.21
@@ -86,4 +86,5 @@ void UpdateThread::run() {
bool do_wait = false;
// FIXME: race condition, updating() is not synchronized
+ // GrUMPY Barth says there's nothing to fix...
while (_doc->updating()) {
do_wait = true;
@@ -94,4 +95,5 @@ void UpdateThread::run() {
}
// FIXME: race condition, updating() is not synchronized
+ // GrUMPY Barth says there's nothing to fix...
while (_doc->updating()) { // check again...
usleep(1000);
More information about the Kst
mailing list