[rkward-cvs] SF.net SVN: rkward-code:[4701] trunk/rkward

tfry at users.sf.net tfry at users.sf.net
Tue Apr 16 14:47:58 UTC 2013


Revision: 4701
          http://sourceforge.net/p/rkward/code/4701
Author:   tfry
Date:     2013-04-16 14:47:56 +0000 (Tue, 16 Apr 2013)
Log Message:
-----------
Fix mirror selection during require()

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

Modified: trunk/rkward/ChangeLog
===================================================================
--- trunk/rkward/ChangeLog	2013-04-16 08:07:58 UTC (rev 4700)
+++ trunk/rkward/ChangeLog	2013-04-16 14:47:56 UTC (rev 4701)
@@ -1,3 +1,4 @@
+- Fixed: Selecting a mirror via the "R packages" settings page would not work when prompted for package installation form the backend
 - Remove support for compiling RKWard in a single process (threaded) variant. This was not used / tested since RKWard 0.5.5
 - Shortcuts for the "Run ..." actions have been changed for better cross-platform compatibility
 - The script editor's "Run line" and "Run selection" actions have been merged

Modified: trunk/rkward/rkward/settings/rksettingsmoduler.cpp
===================================================================
--- trunk/rkward/rkward/settings/rksettingsmoduler.cpp	2013-04-16 08:07:58 UTC (rev 4700)
+++ trunk/rkward/rkward/settings/rksettingsmoduler.cpp	2013-04-16 14:47:56 UTC (rev 4701)
@@ -442,7 +442,7 @@
 
 	RKProgressControl* control = new RKProgressControl (this, title, title, RKProgressControl::CancellableProgress);
 	control->addRCommand (command, true);
-	RKGlobals::rInterface ()->issueCommand (command);
+	RKGlobals::rInterface ()->issueCommand (command, commandChain ());
 	control->doModal (true);
 }
 





More information about the rkward-tracker mailing list