fix edje_cc multiple link usage on same description

This commit is contained in:
Mike Blumenkrantz 2014-04-26 02:16:55 -04:00
parent 53a9fcf301
commit f482aeb43f
1 changed files with 3 additions and 1 deletions

View File

@ -6093,7 +6093,9 @@ st_collections_group_parts_part_description_link_base(void)
pcp = eina_list_last_data_get(edje_collections);
el = eina_list_last_data_get(pcp->links);
if ((!el) || (el->pr != current_program) || (el->ed != current_desc) || (el->epp != (Edje_Part_Parser*)current_part))
if ((!el) || (el->pr != current_program) ||
(el->ed != current_desc) || (el->epp != (Edje_Part_Parser*)current_part) ||
el->pr->source)
ob_collections_group_parts_part_description_link();
el = eina_list_last_data_get(pcp->links);