layout: apply widget's states when elm_layout_file_set is called
authorJaeun Choi <jaeun12.choi@samsung.com>
Fri, 27 Feb 2015 05:15:42 +0000 (14:15 +0900)
committerJaeun Choi <jaeun12.choi@samsung.com>
Wed, 11 Mar 2015 08:16:40 +0000 (17:16 +0900)
commita825f09dc8dba20e5a2f221c5d238fcf89202b54
treed82db6d962bcac24ed7941cd3d9a197be52946b3
parentf84c2b30ed6991b5f6f70e3ab6a6fbdc0e56cf80
layout: apply widget's states when elm_layout_file_set is called

when a layout's theme is changed by elm_layout_theme_set, the edje is updated
according to the widget's states such as 'disabled' or 'highlight_in_theme'.
but the update is dropped for elm_layout_file_set.
this patch tied up the codes into _visuals_refresh function
so that the same update happens for elm_layout_file_set.

@fix
src/lib/elm_layout.c