Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix startup crash when python is not available
  • Loading branch information
m-kuhn committed Apr 29, 2015
1 parent 4c2844e commit 9b56618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -740,7 +740,7 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, QWidget * parent,
// enable Python in the Plugin Manager and pass the PythonUtils to it
mPluginManager->setPythonUtils( mPythonUtils );
}
else
else if ( mActionShowPythonDialog )
{
// python is disabled so get rid of the action for python console
delete mActionShowPythonDialog;
Expand Down

0 comments on commit 9b56618

Please sign in to comment.