From: raster Date: Wed, 23 Nov 2011 10:38:43 +0000 (+0000) Subject: aaah allow type to be set on group inherit or part inherit... you just X-Git-Tag: submit/trunk/20120815.180907~367 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9560c122a5a51cb9f9e59039922156a796f02ffa;p=profile%2Fivi%2Fedje.git 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. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@65534 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/edje_cc_handlers.c b/src/bin/edje_cc_handlers.c index 1de1fd1..474348b 100644 --- a/src/bin/edje_cc_handlers.c +++ b/src/bin/edje_cc_handlers.c @@ -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); - } } /**