Enlightenment CVS committal

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

Dir     : e17/proto/python-efl/python-edje/examples


Modified Files:
        01-swallow.py 


Log Message:
Missing member_add()

===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-edje/examples/01-swallow.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- 01-swallow.py       2 Feb 2008 18:01:05 -0000       1.1
+++ 01-swallow.py       5 Feb 2008 19:32:16 -0000       1.2
@@ -40,6 +40,7 @@
 
     def add(self, child):
         self.children.append(child)
+        self.member_add(child)
         self.reconfigure(*self.geometry)
 
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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