[PC-BSD Commits] r4112 - pcbsd/trunk-current/kcmPBSystem
svn at pcbsd.org
svn at pcbsd.org
Wed Jun 17 10:38:47 PDT 2009
Author: kris
Date: 2009-06-17 10:38:47 -0700 (Wed, 17 Jun 2009)
New Revision: 4112
Modified:
pcbsd/trunk-current/kcmPBSystem/portsnapprogress.cpp
Log:
Apply portsnap fix to trunk-current as well
Modified: pcbsd/trunk-current/kcmPBSystem/portsnapprogress.cpp
===================================================================
--- pcbsd/trunk-current/kcmPBSystem/portsnapprogress.cpp 2009-06-17 17:37:24 UTC (rev 4111)
+++ pcbsd/trunk-current/kcmPBSystem/portsnapprogress.cpp 2009-06-17 17:38:47 UTC (rev 4112)
@@ -123,7 +123,7 @@
//Detect 'fetching n patches' condition
if ((output.find("patches") != -1) && (output.find("Applying") == -1)) {
taskProgress->setTotalSteps(numberSteps);
- steppedOp = true;
+ //steppedOp = true;
//barWidget->raiseWidget(1);
}
//Check for other special cases
@@ -191,6 +191,7 @@
qDebug("Portsnap Update: " + output);
if (output.find("/usr/ports") != -1) {
taskProgress->setProgress(taskProgress->progress() + 1);
+ taskProgressLbl->setText(output);
}
else if (output.find("done") != -1) {
totalProgress->setProgress(totalProgress->progress() + 1);
More information about the Commits
mailing list