Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py

changeset 678
d388291f5b6c
parent 571
1a4101cb87eb
child 723
49ef401db2ce
diff -r d53431b38d86 -r d388291f5b6c Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py
--- a/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py	Sat Oct 16 18:55:23 2010 +0200
+++ b/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py	Sat Oct 16 18:56:15 2010 +0200
@@ -90,7 +90,6 @@
             itm.setIcon(0, UI.PixmapCache.getIcon("warning.png"))
         else:
             itm.setIcon(0, UI.PixmapCache.getIcon("syntaxError.png"))
-##        itm.setToolTip(0, file)
         itm.setData(0, self.filenameRole, file)
         itm.setData(0, self.lineRole, int(line))
         itm.setData(0, self.errorRole, error)

eric ide

mercurial