Skip to content

Commit

Permalink
[BACKPORT] Enable gdaltools by default on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux authored and alexbruy committed Apr 7, 2012
1 parent 37a3743 commit 5a9b191
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/qgspluginregistry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,10 @@ void QgsPluginRegistry::restoreSessionPlugins( QString thePluginDirString )
{
mySettings.setValue( "/PythonPlugins/fTools", true );
}
if ( !mySettings.contains( "/PythonPlugins/GdalTools" ) )
{
mySettings.setValue( "/PythonPlugins/GdalTools", true );
}

for ( int i = 0; i < pluginList.size(); i++ )
{
Expand Down

0 comments on commit 5a9b191

Please sign in to comment.