Enlightenment CVS committal Author : barbieri Project : e17 Module : proto/python-efl
Dir : e17/proto/python-efl/python-evas/evas Modified Files: evas.c_evas_object_image.pxi Log Message: Ops, use the char*, not python object. =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-evas/evas/evas.c_evas_object_image.pxi,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- evas.c_evas_object_image.pxi 5 Nov 2007 21:47:48 -0000 1.12 +++ evas.c_evas_object_image.pxi 13 Nov 2007 15:53:45 -0000 1.13 @@ -459,7 +459,7 @@ f = flags else: f = NULL - evas_object_image_save(self.obj, filename, key, flags) + evas_object_image_save(self.obj, filename, k, f) def __getsegcount__(self, int *p_len): if p_len == NULL: ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs