options: translucency during theme changing bug fix

Summary:
when theme has been changed, translucency was ignored

@fix

Test Plan: set translucency -> change theme

Reviewers: billiob, raster

Subscribers: seoz

Differential Revision: https://phab.enlightenment.org/D1179
This commit is contained in:
wonguk.jeong 2014-07-11 20:45:22 +02:00 committed by Boris Faure
parent cd63abe7e0
commit f982ee8fb9
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ void change_theme(Evas_Object *win, Config *config)
if (l) l = eina_list_last(l);
if (l) elm_theme_overlay_del(NULL, l->data);
elm_theme_overlay_add(NULL, config_theme_path_get(config));
main_trans_update(config);
}
static void