Skip to content

Commit afefb87

Browse files
author
wonder
committedApr 9, 2009
Hide plugin installer button in plugin manager until we resolve some problems with integration (probably in 1.2 release)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10518 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/app/qgspluginmanager.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ QgsPluginManager::QgsPluginManager( QgsPythonUtils* pythonUtils, QWidget * paren
9595

9696
qRegisterMetaType<QgsDetailedItemData>();
9797

98+
// disable plugin installer button for now until we resolve some problems [MD]
99+
btnPluginInstaller->hide();
100+
#if 0
98101
// add installer's icon
99102
QString myCurThemePath = QgsApplication::activeThemePath() + "/plugins/plugin_installer.png";
100103
QString myDefThemePath = QgsApplication::defaultThemePath() + "/plugins/plugin_installer.png";
@@ -116,6 +119,7 @@ QgsPluginManager::QgsPluginManager( QgsPythonUtils* pythonUtils, QWidget * paren
116119
{
117120
btnPluginInstaller->setEnabled( false );
118121
}
122+
#endif
119123
}
120124

121125

0 commit comments

Comments
 (0)
Please sign in to comment.