[rkward-cvs] SF.net SVN: rkward-code:[4704] trunk/rkward/rkward/settings/ rksettingsmoduler.cpp

tfry at users.sf.net tfry at users.sf.net
Tue Apr 16 15:44:13 UTC 2013


Revision: 4704
          http://sourceforge.net/p/rkward/code/4704
Author:   tfry
Date:     2013-04-16 15:44:12 +0000 (Tue, 16 Apr 2013)
Log Message:
-----------
... of course, one shouldn't confuse the signs, too...

Modified Paths:
--------------
    trunk/rkward/rkward/settings/rksettingsmoduler.cpp

Modified: trunk/rkward/rkward/settings/rksettingsmoduler.cpp
===================================================================
--- trunk/rkward/rkward/settings/rksettingsmoduler.cpp	2013-04-16 15:39:12 UTC (rev 4703)
+++ trunk/rkward/rkward/settings/rksettingsmoduler.cpp	2013-04-16 15:44:12 UTC (rev 4704)
@@ -485,7 +485,7 @@
 #	if defined Q_WS_WIN
 	else ret.append ("win.binary");
 #	else
-	else if (RKSessionVars::compareRVersion ("3.0.0") < 0) {
+	else if (RKSessionVars::compareRVersion ("3.0.0") > 0) {
 		ret.append ("mac.binary.leopard");
 	} else {
 		// OS X binary packages have switched repo locations and package type in R >= 3.0.0





More information about the rkward-tracker mailing list