Plugins/ViewManagerPlugins/Listspace/Listspace.py

branch
Py2 comp.
changeset 3080
6c0a430b19df
parent 3060
5883ce99ee12
parent 3062
9de9373da5bb
child 3142
55030c09e142
--- 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():

eric ide

mercurial