diff options
-rw-r--r-- | src/bin/edje/edje_cc_handlers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c index df2b1d2a95..dfb8ed48de 100644 --- a/src/bin/edje/edje_cc_handlers.c +++ b/src/bin/edje/edje_cc_handlers.c | |||
@@ -6478,7 +6478,7 @@ st_collections_group_parts_part_description_state(void) | |||
6478 | if (ep->other.desc_count) ed = ep->other.desc[ep->other.desc_count - 1]; | 6478 | if (ep->other.desc_count) ed = ep->other.desc[ep->other.desc_count - 1]; |
6479 | 6479 | ||
6480 | s = parse_str(0); | 6480 | s = parse_str(0); |
6481 | if ((!current_group_inherit) && (!strcmp(s, "default"))) | 6481 | if (!strcmp(s, "default")) |
6482 | { | 6482 | { |
6483 | double v; | 6483 | double v; |
6484 | 6484 | ||
@@ -6500,7 +6500,7 @@ st_collections_group_parts_part_description_state(void) | |||
6500 | file_in, line - 1, s); | 6500 | file_in, line - 1, s); |
6501 | exit(-1); | 6501 | exit(-1); |
6502 | } | 6502 | } |
6503 | if ((!current_group_inherit) && (ed == ep->default_desc)) | 6503 | if (ed == ep->default_desc) |
6504 | { | 6504 | { |
6505 | if (strcmp(s, "default")) | 6505 | if (strcmp(s, "default")) |
6506 | { | 6506 | { |