diff -r 382b2c848dac -r 4645a3a398ad py_ext/PythonEditor.py --- 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