[rkward-cvs] SF.net SVN: rkward: [2146] branches/KDE4_port/rkward/rbackend/rthread.cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Tue Oct 30 15:21:40 UTC 2007
Revision: 2146
http://rkward.svn.sourceforge.net/rkward/?rev=2146&view=rev
Author: tfry
Date: 2007-10-30 08:21:39 -0700 (Tue, 30 Oct 2007)
Log Message:
-----------
Don't respect locks while in substack calls
Modified Paths:
--------------
branches/KDE4_port/rkward/rbackend/rthread.cpp
Modified: branches/KDE4_port/rkward/rbackend/rthread.cpp
===================================================================
--- branches/KDE4_port/rkward/rbackend/rthread.cpp 2007-10-29 23:27:48 UTC (rev 2145)
+++ branches/KDE4_port/rkward/rbackend/rthread.cpp 2007-10-30 15:21:39 UTC (rev 2146)
@@ -416,7 +416,7 @@
MUTEX_LOCK;
processX11Events ();
// while commands are in queue, don't wait
- while ((!locked) && reply_stack->isActive ()) {
+ while (reply_stack->isActive ()) { // substack calls are to be considered "sync", and don't respect locks
if (killed) {
done = true;
break;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list