[QGIS Commit] r10518 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Apr 9 16:53:51 EDT 2009


Author: wonder
Date: 2009-04-09 16:53:51 -0400 (Thu, 09 Apr 2009)
New Revision: 10518

Modified:
   trunk/qgis/src/app/qgspluginmanager.cpp
Log:
Hide plugin installer button in plugin manager until we resolve some problems with integration (probably in 1.2 release)


Modified: trunk/qgis/src/app/qgspluginmanager.cpp
===================================================================
--- trunk/qgis/src/app/qgspluginmanager.cpp	2009-04-09 13:38:18 UTC (rev 10517)
+++ trunk/qgis/src/app/qgspluginmanager.cpp	2009-04-09 20:53:51 UTC (rev 10518)
@@ -95,6 +95,9 @@
 
   qRegisterMetaType<QgsDetailedItemData>();
 
+  // disable plugin installer button for now until we resolve some problems [MD]
+  btnPluginInstaller->hide();
+#if 0
   // add installer's icon
   QString myCurThemePath = QgsApplication::activeThemePath() + "/plugins/plugin_installer.png";
   QString myDefThemePath = QgsApplication::defaultThemePath() + "/plugins/plugin_installer.png";
@@ -116,6 +119,7 @@
   {
     btnPluginInstaller->setEnabled( false );
   }
+#endif
 }
 
 



More information about the QGIS-commit mailing list