[rkward-cvs] SF.net SVN: rkward: [813] trunk/rkward/rkward/plugin/rkstandardcomponentgui .cpp

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu Oct 5 14:40:33 UTC 2006


Revision: 813
          http://svn.sourceforge.net/rkward/?rev=813&view=rev
Author:   tfry
Date:     2006-10-05 07:40:28 -0700 (Thu, 05 Oct 2006)

Log Message:
-----------
update object list also after plugin command

Modified Paths:
--------------
    trunk/rkward/rkward/plugin/rkstandardcomponentgui.cpp

Modified: trunk/rkward/rkward/plugin/rkstandardcomponentgui.cpp
===================================================================
--- trunk/rkward/rkward/plugin/rkstandardcomponentgui.cpp	2006-10-05 14:39:26 UTC (rev 812)
+++ trunk/rkward/rkward/plugin/rkstandardcomponentgui.cpp	2006-10-05 14:40:28 UTC (rev 813)
@@ -131,7 +131,7 @@
 	RKGlobals::rInterface ()->issueCommand (new RCommand (code_property->preprocess (), RCommand::Plugin | RCommand::DirectToOutput, QString::null, error_dialog), chain);
 	RKGlobals::rInterface ()->issueCommand (new RCommand (code_property->calculate (), RCommand::Plugin | RCommand::DirectToOutput, QString::null, error_dialog), chain);
 	RKGlobals::rInterface ()->issueCommand (new RCommand (code_property->printout (), RCommand::Plugin | RCommand::DirectToOutput, QString::null, error_dialog), chain);
-	RKGlobals::rInterface ()->issueCommand (new RCommand (code_property->cleanup (), RCommand::Plugin | RCommand::DirectToOutput, QString::null, error_dialog), chain);
+	RKGlobals::rInterface ()->issueCommand (new RCommand (code_property->cleanup (), RCommand::Plugin | RCommand::DirectToOutput | RCommand::ObjectListUpdate, QString::null, error_dialog), chain);
 	RKGlobals::rInterface ()->closeChain (chain);
 }
 


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