plugins/canfestival/canfestival.py
changeset 18 0fac6d621a24
parent 17 ee8cb104dbe0
child 20 d3cb5020997b
--- a/plugins/canfestival/canfestival.py	Fri Aug 31 15:11:30 2007 +0200
+++ b/plugins/canfestival/canfestival.py	Mon Sep 03 17:12:43 2007 +0200
@@ -28,7 +28,7 @@
         self.LoadProject(self.PlugPath())
 
     _View = None
-    def _OpenView(self):
+    def _OpenView(self, logger):
         if not self._View:
             def _onclose():
                 self.View = None
@@ -48,7 +48,7 @@
         self.SaveProject()
         return True
 
-    def PlugGenerate_C(self, buildpath, current_location, locations):
+    def PlugGenerate_C(self, buildpath, current_location, locations, logger):
         """
         Generate C code
         @param current_location: Tupple containing plugin IEC location : %I0.0.4.5 => (0,0,4,5)