diff -r 8d9e7edc0195 -r 897ba122460e GraphicViewer.py --- a/GraphicViewer.py Wed Sep 02 08:30:34 2009 -0600 +++ b/GraphicViewer.py Wed Sep 02 08:39:18 2009 -0600 @@ -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 = []