edje/util: set flag to all_part_change when edje class member is added.

Summary:
When edje class member is added, edje need to change member according to
the edje class.

@fix

Reviewers: raster, tasn, woohyun, seoz, Hermet, cedric

Reviewed By: raster

CC: cedric, herdsman

Differential Revision: https://phab.enlightenment.org/D637
This commit is contained in:
Youngbok Shin 2014-03-17 20:23:47 +09:00 committed by Carsten Haitzler (Rasterman)
parent 7a4b65c735
commit af69be766c
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ _edje_class_member_add(Edje *ed, Eina_Hash **ehash, Eina_Hash **ghash, const cha
if (!lookup) return;
EINA_REFCOUNT_INIT(lookup);
ed->all_part_change = EINA_TRUE;
/* Get members list */
members = eina_hash_find(*ghash, class);