Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : proto/python-efl

Dir     : e17/proto/python-efl/python-ecore/ecore/evas


Modified Files:
        ecore.evas.c_ecore_evas_base.pxi 


Log Message:
Fix name mismatch.

===================================================================
RCS file: 
/cvs/e/e17/proto/python-efl/python-ecore/ecore/evas/ecore.evas.c_ecore_evas_base.pxi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ecore.evas.c_ecore_evas_base.pxi    26 Sep 2007 15:26:25 -0000      1.6
+++ ecore.evas.c_ecore_evas_base.pxi    28 Sep 2007 20:39:09 -0000      1.7
@@ -553,7 +553,7 @@
         def __set__(self, int value):
             self.avoid_damage_set(value)
 
-    def withdrawn_set(self, int withdrawn):
+    def withdrawn_set(self, int on):
         ecore_evas_withdrawn_set(self.obj, on)
 
     def withdrawn_get(self):
@@ -566,7 +566,7 @@
         def __set__(self, int value):
             self.withdrawn_set(value)
 
-    def sticky_set(self, int sticky):
+    def sticky_set(self, int on):
         ecore_evas_sticky_set(self.obj, on)
 
     def sticky_get(self):
@@ -579,7 +579,7 @@
         def __set__(self, int value):
             self.sticky_set(value)
 
-    def ignore_events_set(self, int ignore):
+    def ignore_events_set(self, int on):
         ecore_evas_ignore_events_set(self.obj, on)
 
     def ignore_events_get(self):



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to