Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/engines/evas


Modified Files:
        ewl_engine_evas.c 


Log Message:
disable edje_freeze and edje_thaw for now

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/engines/evas/ewl_engine_evas.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ewl_engine_evas.c   12 Nov 2007 22:42:20 -0000      1.20
+++ ewl_engine_evas.c   28 Apr 2008 13:44:55 -0000      1.21
@@ -39,8 +39,12 @@
 
 static void *theme_funcs[EWL_ENGINE_THEME_MAX] =
        {
-               edje_freeze,
-               edje_thaw,
+               /* FIXME: disable these calls for now. They stop ejde reloading
+                *  the theme object correctly after it was obscured, in some
+                *  cases. If these problems are solved, please activate them
+                *  again. For more information see bug #3, #116 and #456*/
+               NULL, //edje_freeze,
+               NULL, //edje_thaw,
                edje_file_data_get,
                ee_canvas_smart_new,
                NULL,



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to