diff -r 379c66468cf6 -r 1edde533db19 Beremiz_service.py --- 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())