Skip to content

Commit 1c3bac6

Browse files
author
brushtyler
committed
fix related to #3100 and missed in r15474
git-svn-id: http://svn.osgeo.org/qgis/trunk@15512 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0cf70e0 commit 1c3bac6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/plugins/GdalTools/tools/doContour.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ def __init__(self, iface):
3232
self.connect(self.selectInputFileButton, SIGNAL("clicked()"), self.fillInputFileEdit)
3333
self.connect(self.selectOutputDirButton, SIGNAL("clicked()"), self.fillOutputDirEdit)
3434

35-
# fill layers combo
36-
self.connect(Utils.LayerRegistry.instance(), SIGNAL("layersChanged"), self.fillInputLayerCombo)
35+
def onLayersChanged(self):
3736
self.fillInputLayerCombo()
3837

3938
def fillInputLayerCombo( self ):

0 commit comments

Comments
 (0)