make sure update dialog appears over import diag

This commit is contained in:
Damien Elmes 2010-12-21 01:44:26 +09:00
parent 5c89a0cc60
commit e91c633ab9

View file

@ -176,7 +176,7 @@ you can enter it here. Use \\t to represent tab."""),
self.dialog.autoDetect.setText(txt)
def doUpdate(self):
f = UpdateMap(self.parent,
f = UpdateMap(self,
self.importer.fields(),
self.model.fieldModels)
if not getattr(f, "updateKey", None):