Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_image.c 


Log Message:
Reset the image file on the cached image objects.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_image.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- ewl_image.c 26 May 2006 17:25:59 -0000      1.42
+++ ewl_image.c 23 Sep 2006 00:46:41 -0000      1.43
@@ -743,6 +743,7 @@
 
        i = EWL_IMAGE(w);
        if (emb && i->image) {
+               evas_object_image_file_set(i->image, NULL, NULL);
                ewl_embed_object_cache(emb, i->image);
                i->image = NULL;
        }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to