py_ext/PythonEditor.py
changeset 743 4645a3a398ad
parent 738 413946c04c87
child 751 a8dace95f965
--- a/py_ext/PythonEditor.py	Mon May 21 17:53:50 2012 +0200
+++ b/py_ext/PythonEditor.py	Mon May 21 18:56:44 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