edje: Fixing little misbehavior of edje_edit_state_rel_to_set

Summary:
After making part relative to the whole interface (by giving NULL parameter)
it was returning EINA_FALSE (not successfull).

Reviewers: seoz, cedric, raster

Reviewed By: raster

CC: reutskiy.v.v, cedric

Differential Revision: https://phab.enlightenment.org/D379
This commit is contained in:
Vorobiov Vitalii 2013-12-14 18:26:30 +09:00 committed by Carsten Haitzler (Rasterman)
parent 7141c1dbb2
commit ae2be0c2d3
1 changed files with 1 additions and 1 deletions

View File

@ -3252,7 +3252,7 @@ FUNC_STATE_OFFSET_INT(rel2, y);
else \
{ \
pd->Sub.id_##Value = -1; \
return EINA_FALSE; \
return EINA_TRUE; \
} \
}
//note after this call edje_edit_part_selected_state_set() to update !! need to fix this