[rkward-cvs] SF.net SVN: rkward:[2671] trunk/rkward/rkward/rbackend/rembedinternal.cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Tue Sep 29 12:54:20 UTC 2009
Revision: 2671
http://rkward.svn.sourceforge.net/rkward/?rev=2671&view=rev
Author: tfry
Date: 2009-09-29 12:54:20 +0000 (Tue, 29 Sep 2009)
Log Message:
-----------
In R, the order is this way
Modified Paths:
--------------
trunk/rkward/rkward/rbackend/rembedinternal.cpp
Modified: trunk/rkward/rkward/rbackend/rembedinternal.cpp
===================================================================
--- trunk/rkward/rkward/rbackend/rembedinternal.cpp 2009-09-29 12:53:03 UTC (rev 2670)
+++ trunk/rkward/rkward/rbackend/rembedinternal.cpp 2009-09-29 12:54:20 UTC (rev 2671)
@@ -486,8 +486,8 @@
for (;;) {
fd_set *what;
what = R_checkActivityEx(R_wait_usec > 0 ? R_wait_usec : 50, 1, RK_doIntr);
+ R_runHandlers(R_InputHandlers, what);
if (what == NULL) break;
- R_runHandlers(R_InputHandlers, what);
}
/* This seems to be needed to make Rcmdr react to events. Has this always been the case? It was commented out for a long time, without anybody noticing. */
R_PolledEvents ();
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