Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_image.c 


Log Message:
Clean up the thumbnail request reference.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_image.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- ewl_image.c 31 Mar 2006 06:42:45 -0000      1.34
+++ ewl_image.c 31 Mar 2006 21:05:23 -0000      1.35
@@ -1,7 +1,7 @@
+#include "ewl_private.h"
 #include <Ewl.h>
 #include "ewl_debug.h"
 #include "ewl_macros.h"
-#include "ewl_private.h"
 
 static Ecore_Event_Handler *ewl_image_epsilon_handler = NULL;
 
@@ -574,6 +574,7 @@
        printf("Thumbnail set: %s\n", ev->dest);
        if (thumb) {
                ewl_image_file_path_set(EWL_IMAGE(thumb), ev->dest);
+               thumb->thumb = NULL;
        }
 
        DRETURN_INT(TRUE, DLEVEL_STABLE);




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to