[PC-BSD Commits] r3163 - pcbsd/trunk/kcmPBMsource
svn at pcbsd.org
svn at pcbsd.org
Tue Dec 30 10:40:02 PST 2008
Author: kris
Date: 2008-12-30 10:40:02 -0800 (Tue, 30 Dec 2008)
New Revision: 3163
Modified:
pcbsd/trunk/kcmPBMsource/pbm.cpp
Log:
Small fix to Add / Remove Programs manager, have it re-scan for PBI updates after removing software so the lists stay in sync
Modified: pcbsd/trunk/kcmPBMsource/pbm.cpp
===================================================================
--- pcbsd/trunk/kcmPBMsource/pbm.cpp 2008-12-30 18:19:33 UTC (rev 3162)
+++ pcbsd/trunk/kcmPBMsource/pbm.cpp 2008-12-30 18:40:02 UTC (rev 3163)
@@ -191,6 +191,10 @@
PopulateList();
//Restart scanner
fileWatcher->startScan();
+
+ // Check for PBI updates again, since our list has now changed
+ QTimer::singleShot(200, this, SLOT(slotStartPBIUpdateCheck()));
+
tabPBM->setEnabled(TRUE);
}
More information about the Commits
mailing list