py_ext/PythonEditor.py
changeset 744 bdab45f96aa0
parent 743 4645a3a398ad
child 751 a8dace95f965
--- a/py_ext/PythonEditor.py	Tue May 22 06:11:37 2012 +0200
+++ b/py_ext/PythonEditor.py	Tue May 22 06:41:54 2012 +0200
@@ -230,7 +230,7 @@
 
 
     def __init__(self, parent, controler, window):
-        ConfTreeNodeEditor.__init__(self, parent, "", controler, window)
+        ConfTreeNodeEditor.__init__(self, parent, controler, window)
         
         self.DisableEvents = False
         self.CurrentAction = None