diff -r cd81a7a6e55c -r cb9901076a21 plugins/c_ext/c_ext.py --- a/plugins/c_ext/c_ext.py Tue Aug 12 16:27:07 2008 +0200 +++ b/plugins/c_ext/c_ext.py Wed Aug 20 00:11:40 2008 +0200 @@ -188,7 +188,7 @@ return "" _View = None - def _OpenView(self, logger): + def _OpenView(self): if not self._View: def _onclose(): self._View = None @@ -222,7 +222,7 @@ self.CFileBuffer.CurrentSaved() return True - def PlugGenerate_C(self, buildpath, locations, logger): + def PlugGenerate_C(self, buildpath, locations): """ Generate C code @param current_location: Tupple containing plugin IEC location : %I0.0.4.5 => (0,0,4,5) @@ -359,7 +359,7 @@ PlugChildsTypes = [("C_File",_Cfile, "C file")] - def PlugGenerate_C(self, buildpath, locations, logger): + def PlugGenerate_C(self, buildpath, locations): return [],"",False