diff options
-rwxr-xr-x | src/bin/edje/edje_cc_out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/edje/edje_cc_out.c b/src/bin/edje/edje_cc_out.c index a284bebfff..b80e59dd4d 100755 --- a/src/bin/edje/edje_cc_out.c +++ b/src/bin/edje/edje_cc_out.c | |||
@@ -387,7 +387,7 @@ check_source_links(Edje_Part_Collection *pc, Edje_Part *ep, Eet_File *ef, Eina_L | |||
387 | EINA_LIST_FOREACH(edje_collections, l, pc_source) | 387 | EINA_LIST_FOREACH(edje_collections, l, pc_source) |
388 | { | 388 | { |
389 | /* Find sourced group */ | 389 | /* Find sourced group */ |
390 | if (strcmp(ep->source, pc_source->part) == 0) | 390 | if (ep->source && pc_source->part && strcmp(ep->source, pc_source->part) == 0) |
391 | { | 391 | { |
392 | /* Go through every part to find parts with type GROUP */ | 392 | /* Go through every part to find parts with type GROUP */ |
393 | for (i = 0; i < pc_source->parts_count; ++i) | 393 | for (i = 0; i < pc_source->parts_count; ++i) |