# HG changeset patch # User laurent # Date 1260373819 -3600 # Node ID 5389728644a5b6e37ce1fc89e02348b16aa72a01 # Parent 2fab0eefa66ecd118ce66630a49d99507adb3254 One issue on SetDataProducer not handled fixed diff -r 2fab0eefa66e -r 5389728644a5 graphics/GraphicCommons.py --- a/graphics/GraphicCommons.py Wed Dec 09 10:19:35 2009 +0100 +++ b/graphics/GraphicCommons.py Wed Dec 09 16:50:19 2009 +0100 @@ -245,7 +245,7 @@ if self.RegisterTick and self.Debug: if producer is not None: producer.SubscribeDebugIECVariable("__tick__", self) - elif self.DataProducer is not None: + if self.DataProducer is not None: self.DataProducer.UnsubscribeDebugIECVariable("__tick__", self) self.DataProducer = producer