[PC-BSD Commits] r18020 - pcbsd/current/src-qt4/libpcbsd
svn at pcbsd.org
svn at pcbsd.org
Tue Jul 31 08:18:41 PDT 2012
Author: kris
Date: 2012-07-31 15:18:41 +0000 (Tue, 31 Jul 2012)
New Revision: 18020
Modified:
pcbsd/current/src-qt4/libpcbsd/metaWidget.cpp
Log:
Hide warning about no desktop, since we always have flux to fall back on
Modified: pcbsd/current/src-qt4/libpcbsd/metaWidget.cpp
===================================================================
--- pcbsd/current/src-qt4/libpcbsd/metaWidget.cpp 2012-07-31 15:01:49 UTC (rev 18019)
+++ pcbsd/current/src-qt4/libpcbsd/metaWidget.cpp 2012-07-31 15:18:41 UTC (rev 18020)
@@ -241,9 +241,6 @@
if ( ! haveMetaPkgChanges() )
return;
- if ( ! haveAMetaDesktop() )
- return;
-
addPkgs = getAddPkgs();
delPkgs = getDelPkgs();
More information about the Commits
mailing list