Skip to content

Commit

Permalink
[processing] fixed SAGA provider entry in settings dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed May 20, 2015
1 parent 06732f1 commit 960e6d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/plugins/processing/algs/saga/SagaAlgorithmProvider.py
Expand Up @@ -67,6 +67,9 @@ def initializeSettings(self):
ProcessingConfig.addSetting(Setting("SAGA",
SagaUtils.SAGA_LOG_CONSOLE,
self.tr('Log console output'), True))
ProcessingConfig.settingIcons["SAGA"] = self.getIcon()
ProcessingConfig.addSetting(Setting("SAGA", "ACTIVATE_SAGA",
self.tr('Activate'), self.activate))

def unload(self):
AlgorithmProvider.unload(self)
Expand Down

0 comments on commit 960e6d8

Please sign in to comment.