diff -r e0a6a5952d13 -r d3d8f8f0b678 GraphicViewer.py --- a/GraphicViewer.py Mon Jul 06 11:24:37 2009 -0600 +++ b/GraphicViewer.py Mon Aug 10 11:29:53 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 = []