[PC-BSD Commits] r5218 - pcbsd/trunk/SystemUpdaterTray
svn at pcbsd.org
svn at pcbsd.org
Wed Dec 2 13:34:53 PST 2009
Author: kris
Date: 2009-12-02 13:34:53 -0800 (Wed, 02 Dec 2009)
New Revision: 5218
Modified:
pcbsd/trunk/SystemUpdaterTray/UpdaterTray.cpp
Log:
Updated the SystemUpdaterTray to use the new naming
Modified: pcbsd/trunk/SystemUpdaterTray/UpdaterTray.cpp
===================================================================
--- pcbsd/trunk/SystemUpdaterTray/UpdaterTray.cpp 2009-12-02 21:05:20 UTC (rev 5217)
+++ pcbsd/trunk/SystemUpdaterTray/UpdaterTray.cpp 2009-12-02 21:34:53 UTC (rev 5218)
@@ -663,9 +663,6 @@
tmp = PBIProgName[i];
tmp.replace(" ", "");
ProgDirName = tmp;
- tmp = PBIProgVer[i];
- tmp.replace(" ", "");
- ProgDirName = ProgDirName + tmp;
QFile file2( "/Programs/" + ProgDirName + "/PBI.UpdateURL.sh" );
if ( ! file2.exists() ) {
@@ -878,9 +875,6 @@
tmp = PBIProgName[i];
tmp.replace(" ", "");
ProgDirName = tmp;
- tmp = PBIProgVer[i];
- tmp.replace(" ", "");
- ProgDirName = ProgDirName + tmp;
iconPath = "/Programs/" + ProgDirName + "/" + PBIProgIcon[i];
updateAvail=true;
More information about the Commits
mailing list