[PC-BSD Commits] r787 - pcbsd/trunk/kcmPBMsource
svn at pcbsd.org
svn at pcbsd.org
Mon Oct 15 05:35:23 PDT 2007
Author: tim
Date: 2007-10-15 05:35:23 -0700 (Mon, 15 Oct 2007)
New Revision: 787
Modified:
pcbsd/trunk/kcmPBMsource/pbm.ui.h
Log:
Added better removal notification. Items are not removed from the list until they're removed from the filesystem.
Modified: pcbsd/trunk/kcmPBMsource/pbm.ui.h
===================================================================
--- pcbsd/trunk/kcmPBMsource/pbm.ui.h 2007-10-11 13:34:36 UTC (rev 786)
+++ pcbsd/trunk/kcmPBMsource/pbm.ui.h 2007-10-15 12:35:23 UTC (rev 787)
@@ -80,6 +80,7 @@
for (QValueList<int>::Iterator item = selectedItems.begin(); item != selectedItems.end(); ++item)
{
qDebug("Removing item: " + QString::number(*item) + " - " + ProgName[*item] + ProgVer[*item]);
+ SoftwareListBox->changeItem(*SoftwareListBox->pixmap(*item), tr("Removing") + "...", *item);
CheckScriptSlot(*item);
RemoveFiles(*item);
}
More information about the Commits
mailing list