edje: unamed part are completely legit as long as no program try to interact with them.

This commit is contained in:
Cedric BAIL 2016-06-08 15:00:30 -07:00
parent 0023efb420
commit 088043e77a
1 changed files with 1 additions and 2 deletions

View File

@ -15079,9 +15079,8 @@ edje_cc_handlers_hierarchy_pop(void)
if (!current_part->name)
{
ERR("Parse error near %s:%i. Unnamed part exists in Group \"%s\" - Pausing for a bit so you notice and remember to fix this.",
WRN("Parse error near %s:%i. Unnamed part exists in Group \"%s\".",
file_in, line - 1, current_de->entry);
sleep(10);
}
for (i = 0; i < current_part->other.desc_count; i++)