[rkward-cvs] rkward/rkward/rbackend rinterface.cpp,1.43,1.44
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Mon Mar 20 01:29:04 UTC 2006
Update of /cvsroot/rkward/rkward/rkward/rbackend
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31301/rkward/rbackend
Modified Files:
rinterface.cpp
Log Message:
Small cleanups
Index: rinterface.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rbackend/rinterface.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** rinterface.cpp 19 Mar 2006 18:15:57 -0000 1.43
--- rinterface.cpp 20 Mar 2006 01:29:01 -0000 1.44
***************
*** 148,152 ****
watch->addOutput (command);
command->finished ();
! if (command->type () && RCommand::DirectToOutput) {
RKGlobals::rkApp ()->newOutput ();
}
--- 148,152 ----
watch->addOutput (command);
command->finished ();
! if (command->type () & RCommand::DirectToOutput) {
RKGlobals::rkApp ()->newOutput ();
}
More information about the rkward-tracker
mailing list