[PC-BSD Commits] r3736 - pcbsd/trunk/SystemUpdaterTray
svn at pcbsd.org
svn at pcbsd.org
Wed Apr 1 07:32:14 PST 2009
Author: kris
Date: 2009-04-01 08:32:14 -0700 (Wed, 01 Apr 2009)
New Revision: 3736
Modified:
pcbsd/trunk/SystemUpdaterTray/UpdaterTray.cpp
Log:
Fixed a bug in the updater tray, need to clear out list of new PBI's when we recheck
Modified: pcbsd/trunk/SystemUpdaterTray/UpdaterTray.cpp
===================================================================
--- pcbsd/trunk/SystemUpdaterTray/UpdaterTray.cpp 2009-04-01 15:25:55 UTC (rev 3735)
+++ pcbsd/trunk/SystemUpdaterTray/UpdaterTray.cpp 2009-04-01 15:32:14 UTC (rev 3736)
@@ -390,6 +390,8 @@
// Update the tooltip to what we are doing now
displayTooltip();
+
+ show();
}
@@ -660,6 +662,8 @@
// Empty out our PBI buffer
PBIBuffer="";
+ updatePBITextList = "";
+
QString tmp, line;
QString progName, Arch, Version, PBIUrl;
More information about the Commits
mailing list