[Pkg-e-commits] [SCM] Enlightenment DR17 toolkit based (based on the EFL) branch, upstream-vcs, updated. 447de88121d145a078f1754a0cfebb704d363821
pfritz
pfritz at alioth.debian.org
Sat Jun 7 18:34:20 UTC 2008
The following commit has been merged in the upstream-vcs branch:
commit 23011c578d653cd4076628c06c9365ee7a4671f7
Author: pfritz <pfritz>
Date: Mon Apr 28 13:44:55 2008 +0000
disable edje_freeze and edje_thaw for now
diff --git a/src/engines/evas/ewl_engine_evas.c b/src/engines/evas/ewl_engine_evas.c
index 5faf686..0703332 100644
--- a/src/engines/evas/ewl_engine_evas.c
+++ b/src/engines/evas/ewl_engine_evas.c
@@ -39,8 +39,12 @@ static void *canvas_funcs[EWL_ENGINE_CANVAS_MAX] =
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,
--
Enlightenment DR17 toolkit based (based on the EFL)
More information about the Pkg-e-commits
mailing list