[PC-BSD Commits] r336 - pcbsd/trunk/kcmPBMsource
svn at pcbsd.org
svn at pcbsd.org
Mon Jun 18 12:28:15 PDT 2007
Author: kris
Date: 2007-06-18 20:28:15 +0100 (Mon, 18 Jun 2007)
New Revision: 336
Modified:
pcbsd/trunk/kcmPBMsource/pbm.ui.h
Log:
Removed the annoying notifications every time you add / remove a component
Modified: pcbsd/trunk/kcmPBMsource/pbm.ui.h
===================================================================
--- pcbsd/trunk/kcmPBMsource/pbm.ui.h 2007-06-17 20:57:05 UTC (rev 335)
+++ pcbsd/trunk/kcmPBMsource/pbm.ui.h 2007-06-18 19:28:15 UTC (rev 336)
@@ -745,7 +745,7 @@
}
tabPBM->setEnabled(TRUE);
- QMessageBox::information( this, tr("Success!"), tr("The component was removed!") );
+ // QMessageBox::information( this, tr("Success!"), tr("The component was removed!") );
}
// removeComponentProc
@@ -763,7 +763,7 @@
}
tabPBM->setEnabled(TRUE);
- QMessageBox::information( this, tr("Success!"), tr("The component was installed!") );
+ // QMessageBox::information( this, tr("Success!"), tr("The component was installed!") );
}
More information about the Commits
mailing list