Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix #8165
  • Loading branch information
jef-n committed Jun 30, 2013
1 parent 3d7f76a commit 1ad59b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/GdalTools/tools/widgetPluginBase.py
Expand Up @@ -59,8 +59,8 @@ def initialize(self):
if not self.initialized:
self.connect(Utils.LayerRegistry.instance(), SIGNAL("layersChanged"), self.onLayersChanged)
self.onLayersChanged()
self.initialized = True
self.someValueChanged()
self.initialized = True

def exec_(self):
self.initialize()
Expand Down

0 comments on commit 1ad59b7

Please sign in to comment.