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

tfry at users.sourceforge.net tfry at users.sourceforge.net
Fri Sep 30 07:47:57 UTC 2011


Revision: 3865
          http://rkward.svn.sourceforge.net/rkward/?rev=3865&view=rev
Author:   tfry
Date:     2011-09-30 07:47:56 +0000 (Fri, 30 Sep 2011)
Log Message:
-----------
Fix spurious linebreaks in stderr output from the installation process

Modified Paths:
--------------
    trunk/rkward/rkward/dialogs/rkloadlibsdialog.h
    trunk/rkward/rkward/misc/rkprogresscontrol.cpp

Modified: trunk/rkward/rkward/dialogs/rkloadlibsdialog.h
===================================================================
--- trunk/rkward/rkward/dialogs/rkloadlibsdialog.h	2011-09-30 07:27:35 UTC (rev 3864)
+++ trunk/rkward/rkward/dialogs/rkloadlibsdialog.h	2011-09-30 07:47:56 UTC (rev 3865)
@@ -43,8 +43,6 @@
 /**
 Dialog which excapsulates widgets to load/unload, update and install R packages
 
-TODO: The logic of passing on the button presses (ok, cancel, etc.) is rather surprising and a bit confusing. This should be made more straight-forward.
-
 @author Thomas Friedrichsmeier
 */
 

Modified: trunk/rkward/rkward/misc/rkprogresscontrol.cpp
===================================================================
--- trunk/rkward/rkward/misc/rkprogresscontrol.cpp	2011-09-30 07:27:35 UTC (rev 3864)
+++ trunk/rkward/rkward/misc/rkprogresscontrol.cpp	2011-09-30 07:47:56 UTC (rev 3865)
@@ -273,6 +273,7 @@
 	if (bar && (bar->value () < bar->maximum ())) at_end = false;
 
 	if (output->type != last_output_type) {
+		last_output_type = output->type;
 		output_text->insertPlainText ("\n");
 
 		if (output->type == ROutput::Output) {

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