--- a/Plugins/ViewManagerPlugins/Listspace/Listspace.py Wed Nov 13 23:30:59 2013 +0100 +++ b/Plugins/ViewManagerPlugins/Listspace/Listspace.py Sat Nov 16 10:06:28 2013 +0100 @@ -529,7 +529,7 @@ elif editor.hasSyntaxErrors(): self.viewlist.item(index).setIcon( UI.PixmapCache.getIcon("syntaxError.png")) - elif editor.hasFlakesWarnings(): + elif editor.hasWarnings(): self.viewlist.item(index).setIcon( UI.PixmapCache.getIcon("warning.png")) else: @@ -549,7 +549,7 @@ if editor.hasSyntaxErrors(): self.viewlist.item(index).setIcon( UI.PixmapCache.getIcon("syntaxError.png")) - elif editor.hasFlakesWarnings(): + elif editor.hasWarnings(): self.viewlist.item(index).setIcon( UI.PixmapCache.getIcon("warning.png")) elif editor.isModified():