--- a/Plugins/PluginSyntaxChecker.py Thu Aug 12 10:11:06 2010 +0200 +++ b/Plugins/PluginSyntaxChecker.py Thu Aug 12 16:11:13 2010 +0200 @@ -162,7 +162,8 @@ """<b>Check Syntax...</b>""" """<p>This checks Python files for syntax errors.</p>""" )) - self.__projectBrowserAct.triggered[()].connect(self.__projectBrowserSyntaxCheck) + self.__projectBrowserAct.triggered[()].connect( + self.__projectBrowserSyntaxCheck) if not self.__projectBrowserAct in menu.actions(): menu.addAction(self.__projectBrowserAct)