aaah allow type to be set on group inherit or part inherit... you just

really shouldnt set it to a different type as its not very sensible.



SVN revision: 65534
This commit is contained in:
Carsten Haitzler 2011-11-23 10:38:43 +00:00
parent ff032f8b94
commit f3c5abf999
1 changed files with 0 additions and 7 deletions

View File

@ -2965,13 +2965,6 @@ st_collections_group_parts_part_type(void)
"EXTERNAL", EDJE_PART_TYPE_EXTERNAL,
"PROXY", EDJE_PART_TYPE_PROXY,
NULL);
if (current_part->default_desc || current_part->other.desc_count > 0)
{
ERR("%s: Error. parse error %s:%i. You can't change the part type in inherited group. (part: %s)",
progname, file_in, line - 1, current_part->name);
exit(-1);
}
}
/**