Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wonder committed Apr 9, 2009
1 parent fa45125 commit 9e28712
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/qgspluginmanager.cpp
Expand Up @@ -95,6 +95,9 @@ QgsPluginManager::QgsPluginManager( QgsPythonUtils* pythonUtils, QWidget * paren

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";
Expand All @@ -116,6 +119,7 @@ QgsPluginManager::QgsPluginManager( QgsPythonUtils* pythonUtils, QWidget * paren
{
btnPluginInstaller->setEnabled( false );
}
#endif
}


Expand Down

0 comments on commit 9e28712

Please sign in to comment.