Enlightenment CVS committal Author : barbieri Project : e17 Module : proto
Dir : e17/proto/python-efl/python-edje/edje Modified Files: edje.c_edje_object.pxi Log Message: Fix method name. =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-edje/edje/edje.c_edje_object.pxi,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- edje.c_edje_object.pxi 10 Jul 2007 19:30:56 -0000 1.8 +++ edje.c_edje_object.pxi 12 Jul 2007 17:59:19 -0000 1.9 @@ -229,7 +229,7 @@ def part_swallow_get(self, char *part): cdef evas.c_evas.Evas_Object *o o = edje_object_part_swallow_get(self.obj, part) - return evas.c_evas.Object_from_instance(<long>o) + return evas.c_evas._Object_from_instance(<long>o) def part_state_get(self, char *part): cdef double sv ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs