diff -r 9ab97d517ae8 -r c1c92d068ac5 GraphicViewer.py --- a/GraphicViewer.py Mon Sep 21 12:06:51 2009 +0200 +++ b/GraphicViewer.py Tue Sep 22 09:56:02 2009 +0200 @@ -144,12 +144,11 @@ self._init_sizers() - def __init__(self, parent, window, controler, instancepath = ""): + def __init__(self, parent, window, producer, instancepath = ""): self._init_ctrls(parent) - DebugViewer.__init__(self, controler, True, False) + DebugViewer.__init__(self, producer, True, False) self.ParentWindow = window - self.Controler = controler self.InstancePath = instancepath self.Datas = []