discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=01b54c75f1684658a6c44773ef2e323b06caa2b8
commit 01b54c75f1684658a6c44773ef2e323b06caa2b8 Author: Mike Blumenkrantz <zm...@samsung.com> Date: Mon Mar 31 16:02:41 2014 -0400 edje_cc part description state name error clarification --- 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 a1a20dd..96e3b7a 100644 --- a/src/bin/edje/edje_cc_handlers.c +++ b/src/bin/edje/edje_cc_handlers.c @@ -10388,7 +10388,7 @@ edje_cc_handlers_hierarchy_pop(void) for (i = 0; i < current_part->other.desc_count; i++) if (!current_part->other.desc[i]->state.name) { - ERR("syntax error near %s:%i. Non-default parts are required to have state names for all descriptions (Group '%s', part '%s' has missing description state names)", + ERR("syntax error near %s:%i. Non-default or inherited parts are required to have state names for all descriptions (Group '%s', part '%s' has missing description state names)", file_in, line - 1, current_de->entry, current_part->name); exit(-1); } --