edje_cc sets current_group_inherit at the start of inheriting to allow better checking

This commit is contained in:
Mike Blumenkrantz 2014-03-24 15:07:46 -04:00
parent ee7755e21b
commit c8dc78cd00
1 changed files with 1 additions and 1 deletions

View File

@ -2786,6 +2786,7 @@ st_collections_group_inherit(void)
"the name !", file_in, line - 1, parent_name);
exit(-1);
}
current_group_inherit = EINA_TRUE;
if (pc2->data)
{
@ -2912,7 +2913,6 @@ st_collections_group_inherit(void)
}
free(parent_name);
current_group_inherit = EINA_TRUE;
#undef STRDUP
}