[rkward-cvs] SF.net SVN: rkward:[3425] trunk/rkward/rkward/windows/rkcommandlog.cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Tue Feb 8 16:00:07 UTC 2011
Revision: 3425
http://rkward.svn.sourceforge.net/rkward/?rev=3425&view=rev
Author: tfry
Date: 2011-02-08 16:00:06 +0000 (Tue, 08 Feb 2011)
Log Message:
-----------
Fix display of console commands
Modified Paths:
--------------
trunk/rkward/rkward/windows/rkcommandlog.cpp
Modified: trunk/rkward/rkward/windows/rkcommandlog.cpp
===================================================================
--- trunk/rkward/rkward/windows/rkcommandlog.cpp 2011-02-08 13:17:57 UTC (rev 3424)
+++ trunk/rkward/rkward/windows/rkcommandlog.cpp 2011-02-08 16:00:06 UTC (rev 3425)
@@ -165,6 +165,7 @@
if (command->type () & RCommand::Console) {
if (command->errorIncomplete ()) return;
+ addInputNoCheck (command);
}
// the case we have to deal with here, is that the command/output has not been shown, yet, but should, due to errors
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