[PC-BSD Commits] r1540 - pcbsd/trunk/SystemUpdater
svn at pcbsd.org
svn at pcbsd.org
Tue Mar 4 11:56:11 PST 2008
Author: kris
Date: 2008-03-04 11:56:10 -0800 (Tue, 04 Mar 2008)
New Revision: 1540
Modified:
pcbsd/trunk/SystemUpdater/UpdaterTray.cpp
Log:
Fixed a bug with the PBI updater, if we have a failed download, it wont
keep failing until restarted now. it clears out the download attempted
flags properly
Modified: pcbsd/trunk/SystemUpdater/UpdaterTray.cpp
===================================================================
--- pcbsd/trunk/SystemUpdater/UpdaterTray.cpp 2008-03-04 19:12:51 UTC (rev 1539)
+++ pcbsd/trunk/SystemUpdater/UpdaterTray.cpp 2008-03-04 19:56:10 UTC (rev 1540)
@@ -1723,6 +1723,7 @@
// Start downloading the PBI upgrades
firstDownload = 1;
+ attemptedRedownload = 0;
slotDownloadPBIUpdate();
More information about the Commits
mailing list