Skip to content

Commit 9e28712

Browse files
author
wonder
committed
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@10518 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent fa45125 commit 9e28712

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/qgspluginmanager.cpp

+4
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)