[PC-BSD Commits] r3164 - pcbsd/trunk/kcmPBMsource
svn at pcbsd.org
svn at pcbsd.org
Tue Dec 30 10:42:27 PST 2008
Author: kris
Date: 2008-12-30 10:42:27 -0800 (Tue, 30 Dec 2008)
New Revision: 3164
Modified:
pcbsd/trunk/kcmPBMsource/pbm.cpp
Log:
Change last commit a bit, now re-scan PBI updates any time the ProgList gets modified, which will pickup any command-line changes as well
Modified: pcbsd/trunk/kcmPBMsource/pbm.cpp
===================================================================
--- pcbsd/trunk/kcmPBMsource/pbm.cpp 2008-12-30 18:40:02 UTC (rev 3163)
+++ pcbsd/trunk/kcmPBMsource/pbm.cpp 2008-12-30 18:42:27 UTC (rev 3164)
@@ -191,10 +191,6 @@
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);
}
@@ -300,6 +296,9 @@
qDebug(pbi->text());
}
SoftwareListBox->sortItems();
+
+ // Check for PBI updates again, since our list has now changed
+ QTimer::singleShot(200, this, SLOT(slotStartPBIUpdateCheck()));
}
More information about the Commits
mailing list