[rkward-cvs] rkward/rkward/rbackend rinterface.cpp,1.50,1.51

Thomas Friedrichsmeier tfry at users.sourceforge.net
Sun Sep 10 23:45:42 UTC 2006


Update of /cvsroot/rkward/rkward/rkward/rbackend
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv7009/rbackend

Modified Files:
	rinterface.cpp 
Log Message:
Correct line continuation in console and command log (remove spurious line breaks after each flushOutput ())

Index: rinterface.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rbackend/rinterface.cpp,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** rinterface.cpp	10 Sep 2006 23:01:07 -0000	1.50
--- rinterface.cpp	10 Sep 2006 23:45:40 -0000	1.51
***************
*** 146,150 ****
  		}
  		RKGlobals::controlWindow ()->removeCommand (command);
- 		watch->commandDone (command);
  		command->finished ();
  		if (command->type () & RCommand::DirectToOutput) {
--- 146,149 ----





More information about the rkward-tracker mailing list