Plugins/ViewManagerPlugins/Listspace/Listspace.py

changeset 1356
16e55845cff0
parent 1299
fd5d21389d2b
child 1358
c1622c708cd9
--- a/Plugins/ViewManagerPlugins/Listspace/Listspace.py	Sun Oct 02 20:06:38 2011 +0200
+++ b/Plugins/ViewManagerPlugins/Listspace/Listspace.py	Mon Oct 03 12:51:39 2011 +0200
@@ -473,6 +473,8 @@
             self.viewlist.item(index).setIcon(UI.PixmapCache.getIcon("syntaxError.png"))
         elif editor.hasFlakesWarnings():
             self.viewlist.item(index).setIcon(UI.PixmapCache.getIcon("warning.png"))
+        elif editor.isModified():
+            self.viewlist.item(index).setIcon(UI.PixmapCache.getIcon("fileModified.png"))
         else:
             self.viewlist.item(index).setIcon(UI.PixmapCache.getIcon("empty.png"))
         self.viewlist.setCurrentRow(currentRow)

eric ide

mercurial