Skip to content

Commit

Permalink
activate plugin by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Manghi committed Apr 9, 2015
1 parent 84327ea commit ba8fd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OgrGeoprocessingProviderPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(self):
self.provider = OgrGeoprocessingProvider()

def initGui(self):
Processing.addProvider(self.provider)
Processing.addProvider(self.provider, updateList=True)

def unload(self):
Processing.removeProvider(self.provider)

0 comments on commit ba8fd9d

Please sign in to comment.