Beremiz_service.py
changeset 446 1edde533db19
parent 415 339fa2542481
child 606 780bd150ebba
--- a/Beremiz_service.py	Sun Nov 29 18:57:49 2009 +0100
+++ b/Beremiz_service.py	Tue Dec 01 13:41:29 2009 +0100
@@ -415,7 +415,7 @@
             def UpdateIcon(self, plcstatus):
                 if plcstatus is "Started" :
                     currenticon = self.MakeIcon(starticon.GetImage())
-                elif plcstatus is "Stopped" or plcstatus is "Starting":
+                elif plcstatus is "Stopped":
                     currenticon = self.MakeIcon(stopicon.GetImage())
                 else:
                     currenticon = self.MakeIcon(defaulticon.GetImage())