GraphicViewer.py
changeset 431 c1c92d068ac5
parent 411 9ab97d517ae8
parent 416 897ba122460e
child 504 f88e0ebd8fe4
--- 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 = []