GraphicViewer.py
changeset 416 897ba122460e
parent 391 07447ee3538e
parent 415 d3d8f8f0b678
child 431 c1c92d068ac5
--- 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 = []