elementary: remove redundant reswallow logic in elm_layout
authorJee-Yong Um <jc9.um@samsung.com>
Mon, 18 Apr 2016 23:33:41 +0000 (16:33 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 18 Apr 2016 23:33:46 +0000 (16:33 -0700)
commit3f17d0d090b98cb1b60526da4eadf754d54c052c
tree79cc6065eb962b2b80e50881fe0490e92b4d7cee
parent29a9be35eecb5774f8b8563223656d0bb28f879b
elementary: remove redundant reswallow logic in elm_layout

Summary:
When theme is changed by elm_layout_theme/file_set,
_edje_object_file_set_internal will be called internally
and it updates swallowed objects.
Elm.Layout doesn't need to reswallow its child objects.
(with current code, searching cost for real part occurs.)

Reviewers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D3898

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/elementary/elm_layout.c