edje_cc: set correct value for attr set for MESH_NODE

On parce the image.normal token set attribute 'set' only for part type
EDJE_PART_TYPE_MESH_NODE.

@fix
This commit is contained in:
Vyacheslav Reutskiy 2016-10-17 16:56:11 +03:00
parent 2ec7f7baf9
commit 313b449ab4
1 changed files with 2 additions and 1 deletions

View File

@ -9374,7 +9374,8 @@ st_collections_group_parts_part_description_image_normal(void)
{
char *name;
ed->image.set = EINA_TRUE;
if (current_part->type == EDJE_PART_TYPE_MESH_NODE)
ed->image.set = EINA_TRUE;
name = parse_str(0);
data_queue_image_remove(&(ed->image.id), &(ed->image.set));