[Sciviews-commits] r261 - in komodo/SciViews-K: . content/js

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat May 1 17:04:33 CEST 2010


Author: prezez
Date: 2010-05-01 17:04:33 +0200 (Sat, 01 May 2010)
New Revision: 261

Modified:
   komodo/SciViews-K/content/js/commands.js
   komodo/SciViews-K/sciviewsk-0.9.15-slim-ko.xpi
Log:
Typo in sv.commands.startR corrected.

Modified: komodo/SciViews-K/content/js/commands.js
===================================================================
--- komodo/SciViews-K/content/js/commands.js	2010-05-01 14:39:36 UTC (rev 260)
+++ komodo/SciViews-K/content/js/commands.js	2010-05-01 15:04:33 UTC (rev 261)
@@ -108,7 +108,7 @@
 	// trim just in case
 	var path = sv.tools.strings.trim(sv.prefs.getString("svRDefaultInterpreter"));
 
-	if (!path || (sv.tools.file.exists(path) == sv.tools.file.TYPE_FILE)) {
+	if (!path || (sv.tools.file.exists(path) != sv.tools.file.TYPE_FILE)) {
 	    if(ko.dialogs.okCancel(
 		sv.translate("Default R interpreter is not set in " +
 			     "Preferences. Do you want to do it now?"),

Modified: komodo/SciViews-K/sciviewsk-0.9.15-slim-ko.xpi
===================================================================
(Binary files differ)



More information about the Sciviews-commits mailing list