GraphicViewer.py
changeset 415 d3d8f8f0b678
parent 374 16a0a6cb1644
child 416 897ba122460e
--- 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 = []