[PC-BSD Commits] r2757 - pcbsd/trunk/kcmPBSystem
svn at pcbsd.org
svn at pcbsd.org
Fri Sep 12 08:10:39 PDT 2008
Author: kris
Date: 2008-09-12 08:10:39 -0700 (Fri, 12 Sep 2008)
New Revision: 2757
Modified:
pcbsd/trunk/kcmPBSystem/portsnapprogress.cpp
Log:
Fixed a crash when fetching ports with portsnap
Modified: pcbsd/trunk/kcmPBSystem/portsnapprogress.cpp
===================================================================
--- pcbsd/trunk/kcmPBSystem/portsnapprogress.cpp 2008-09-12 15:06:52 UTC (rev 2756)
+++ pcbsd/trunk/kcmPBSystem/portsnapprogress.cpp 2008-09-12 15:10:39 UTC (rev 2757)
@@ -121,11 +121,6 @@
else if (output.find("portsnap") == -1) {
totalProgress->setProgress(totalProgress->progress() + 1);
taskProgressLbl->setText(displayString);
- QFile file( "/home/tim/output" );
- file.open( IO_WriteOnly | IO_Append );
- QTextStream stream( &file );
- stream << displayString << "\n";
- file.close();
displayString = "";
}
taskProgress->setProgress(0);
More information about the Commits
mailing list