--- a/PluginPyLint.py Sun Jul 06 16:27:51 2014 +0200 +++ b/PluginPyLint.py Sun Jul 06 17:01:48 2014 +0200 @@ -42,7 +42,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.4.1" +version = "5.4.2" className = "PyLintPlugin" packageName = "PyLint" shortDescription = "Show the PyLint dialogs." @@ -538,7 +538,7 @@ # now do the call from PyLint.PyLintExecDialog import PyLintExecDialog - dlg2 = PyLintExecDialog() + dlg2 = PyLintExecDialog(self.__ui) reportFile = parms.get('reportFile', None) res = dlg2.start(args, mpName, reportFile, project.getProjectPath())