Skip to content

Commit 1e61cad

Browse files
author
borysiasty
committedMar 21, 2009
make the plugin installer enabled by default
git-svn-id: http://svn.osgeo.org/qgis/branches/Version-1_0@10370 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent de274b4 commit 1e61cad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎src/app/qgspluginregistry.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,12 @@ void QgsPluginRegistry::restoreSessionPlugins( QString thePluginDirString )
344344
QStringList pluginList = mPythonUtils->pluginList();
345345
QgsDebugMsg( "Loading python plugins" );
346346

347+
// make the plugin installer enabled by default:
348+
if ( !mySettings.contains( "/PythonPlugins/plugin_installer" ) )
349+
{
350+
mySettings.setValue( "/PythonPlugins/plugin_installer", true );
351+
}
352+
347353
for ( int i = 0; i < pluginList.size(); i++ )
348354
{
349355
QString packageName = pluginList[i];

0 commit comments

Comments
 (0)