Skip to content

Commit

Permalink
fix related to #3100 and missed in r15474
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@15512 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
brushtyler committed Mar 16, 2011
1 parent 0cf70e0 commit 1c3bac6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/plugins/GdalTools/tools/doContour.py
Expand Up @@ -32,8 +32,7 @@ def __init__(self, iface):
self.connect(self.selectInputFileButton, SIGNAL("clicked()"), self.fillInputFileEdit)
self.connect(self.selectOutputDirButton, SIGNAL("clicked()"), self.fillOutputDirEdit)

# fill layers combo
self.connect(Utils.LayerRegistry.instance(), SIGNAL("layersChanged"), self.fillInputLayerCombo)
def onLayersChanged(self):
self.fillInputLayerCombo()

def fillInputLayerCombo( self ):
Expand Down

0 comments on commit 1c3bac6

Please sign in to comment.