[rkward-cvs] SF.net SVN: rkward: [1642] trunk/rkward/rkward/plugin/ rkstandardcomponentgui.cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Mon Mar 19 21:05:38 UTC 2007
Revision: 1642
http://svn.sourceforge.net/rkward/?rev=1642&view=rev
Author: tfry
Date: 2007-03-19 14:05:37 -0700 (Mon, 19 Mar 2007)
Log Message:
-----------
Check for new / remove objects after running plugin commands
Modified Paths:
--------------
trunk/rkward/rkward/plugin/rkstandardcomponentgui.cpp
Modified: trunk/rkward/rkward/plugin/rkstandardcomponentgui.cpp
===================================================================
--- trunk/rkward/rkward/plugin/rkstandardcomponentgui.cpp 2007-03-19 20:57:07 UTC (rev 1641)
+++ trunk/rkward/rkward/plugin/rkstandardcomponentgui.cpp 2007-03-19 21:05:37 UTC (rev 1642)
@@ -143,7 +143,7 @@
command.append (code_property->calculate ());
command.append (code_property->printout ());
command.append ("})\n");
- RKGlobals::rInterface ()->issueCommand (new RCommand (command, RCommand::Plugin | RCommand::DirectToOutput, QString::null, error_dialog));
+ RKGlobals::rInterface ()->issueCommand (new RCommand (command, RCommand::Plugin | RCommand::DirectToOutput | RCommand::ObjectListUpdate, QString::null, error_dialog));
}
void RKStandardComponentGUI::cancel () {
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