bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/misc/entrance.git/commit/?id=4a2c8a9d3bf5c75f8647189296ef48ce6bd3ac1f
commit 4a2c8a9d3bf5c75f8647189296ef48ce6bd3ac1f Author: Marcel Hollerbach <[email protected]> Date: Thu May 22 14:02:13 2014 +0200 entrance: little fix, dont delete the setted config! --- src/bin/entrance_conf_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/entrance_conf_main.c b/src/bin/entrance_conf_main.c index c98586f..a6c1f67 100644 --- a/src/bin/entrance_conf_main.c +++ b/src/bin/entrance_conf_main.c @@ -311,6 +311,7 @@ _entrance_conf_main_apply(void) Entrance_Conf_Gui_Event conf; Eina_Bool elementary_update = EINA_FALSE; + conf.theme = entrance_gui_theme_name_get(); conf.bg.path = _entrance_int_conf_main->bg.path; conf.bg.group = _entrance_int_conf_main->bg.group; conf.vkbd_enabled = _entrance_int_conf_main->vkbd_enabled; --
