hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b70c86f1fc9244ef65393d9e54a4a747d22b2005
commit b70c86f1fc9244ef65393d9e54a4a747d22b2005 Author: Hermet Park <[email protected]> Date: Thu Jun 21 19:12:53 2018 +0900 Revert "edje: fix a regression error by 7fb47fc064b8f429242b4d5cdf57071475087821." This reverts commit 475c93fd7599badad0c073e5eb025b92481b53ec. long time after touch, forgot that eet data has key-data pairing structure. this change would break theme compatibility. Thanks bu5hm4n for pointing out this. --- src/bin/edje/edje_cc_handlers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c index 53b44a6b4f..8f4a94ef8c 100644 --- a/src/bin/edje/edje_cc_handlers.c +++ b/src/bin/edje/edje_cc_handlers.c @@ -1589,7 +1589,7 @@ New_Object_Handler object_handlers[] = {"collections.group.physics.world", NULL}, #endif PROGRAM_OBJECTS("collections.group.parts.part.description") - PROGRAM_OBJECTS("collections.group.parts.part") + PROGRAM_OBJECTS("collections.group.parts.name") PROGRAM_OBJECTS("collections.group.parts") PROGRAM_OBJECTS("collections.group") }; --
