# HG changeset patch # User Edouqrd Tisserant # Date 1301161851 -3600 # Node ID 8eff490f83fce362262bfb56b8a4f86ffff929a8 # Parent bb5d0367bf32323e6414233bf6eee1695b7b56e3 Fixed exception when adding variables in C_ext plugin diff -r bb5d0367bf32 -r 8eff490f83fc 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):