[rkward-cvs] SF.net SVN: rkward-code:[4986] trunk/rkward/rkward/scriptbackends/ rkcomponentscripting.cpp

tfry at users.sf.net tfry at users.sf.net
Mon Nov 3 16:15:21 UTC 2014


Revision: 4986
          http://sourceforge.net/p/rkward/code/4986
Author:   tfry
Date:     2014-11-03 16:15:18 +0000 (Mon, 03 Nov 2014)
Log Message:
-----------
Fix breakage of plugin UI scripting.

Modified Paths:
--------------
    trunk/rkward/rkward/scriptbackends/rkcomponentscripting.cpp

Modified: trunk/rkward/rkward/scriptbackends/rkcomponentscripting.cpp
===================================================================
--- trunk/rkward/rkward/scriptbackends/rkcomponentscripting.cpp	2014-11-03 14:35:15 UTC (rev 4985)
+++ trunk/rkward/rkward/scriptbackends/rkcomponentscripting.cpp	2014-11-03 16:15:18 UTC (rev 4986)
@@ -70,8 +70,8 @@
 #else
 	_command.prepend ("_rkward.include('" + files_path.absoluteFilePath ("rkcomponentscripting.js") + "');\n");
 	_command.prepend ("_rkward.include('" + files_path.absoluteFilePath ("common.js") + "');\n");
+#endif
 	evaluate (_command);
-#endif
 }
 
 void RKComponentScriptingProxy::handleScriptError (const QString& current_file) {





More information about the rkward-tracker mailing list