fix related to #3100 and missed in r15474

git-svn-id: http://svn.osgeo.org/qgis/trunk@15512 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
brushtyler 2011-03-16 07:40:58 +00:00
parent 0cf70e0e9f
commit 1c3bac6710

View File

@ -32,8 +32,7 @@ class GdalToolsDialog(QWidget, Ui_Widget, BasePluginWidget):
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 ):