Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : proto

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


Modified Files:
        evas.c_evas_canvas.pxi 


Log Message:
Damn, forgot to return the value.

===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-evas/evas/evas.c_evas_canvas.pxi,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- evas.c_evas_canvas.pxi      19 Jul 2007 15:06:44 -0000      1.8
+++ evas.c_evas_canvas.pxi      1 Aug 2007 13:19:42 -0000       1.9
@@ -258,7 +258,7 @@
         evas_image_cache_set(self.obj, size)
 
     def image_cache_get(self):
-        evas_image_cache_get(self.obj)
+        return evas_image_cache_get(self.obj)
 
     property image_cache:
         def __get__(self):



-------------------------------------------------------------------------
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

Reply via email to