c_ext/CFileEditor.py
changeset 744 bdab45f96aa0
parent 742 41a4a560406c
parent 743 4645a3a398ad
child 751 a8dace95f965
--- a/c_ext/CFileEditor.py	Tue May 22 06:11:37 2012 +0200
+++ b/c_ext/CFileEditor.py	Tue May 22 06:41:54 2012 +0200
@@ -815,7 +815,7 @@
         self.ConfNodeEditor.SetSizer(self.MainSizer)
     
     def __init__(self, parent, controler, window):
-        ConfTreeNodeEditor.__init__(self, parent, "", controler, window)
+        ConfTreeNodeEditor.__init__(self, parent, controler, window)
     
     def GetBufferState(self):
         return self.Controler.GetBufferState()