Fixed exception when adding variables in C_ext plugin
authorEdouqrd Tisserant <edouard.tisserant@gmail.com>
Sat, 26 Mar 2011 18:50:51 +0100
changeset 583 8eff490f83fc
parent 582 bb5d0367bf32
child 584 f9be6e5cdd1b
Fixed exception when adding variables in C_ext plugin
plugins/c_ext/CFileEditor.py
--- a/plugins/c_ext/CFileEditor.py	Fri Mar 25 17:43:40 2011 +0100
+++ b/plugins/c_ext/CFileEditor.py	Sat Mar 26 18:50:51 2011 +0100
@@ -690,7 +690,6 @@
     def RefreshBuffer(self):
         self.Controler.BufferCFile()
         self.ParentWindow.RefreshTitle()
-        self.ParentWindow.RefreshFileMenu()
         self.ParentWindow.RefreshEditMenu()
 
     def RefreshView(self):