entrance: little fix, dont delete the setted config!

This commit is contained in:
Marcel Hollerbach 2014-05-22 14:02:13 +02:00
parent 3e84b88c42
commit 4a2c8a9d3b
1 changed files with 1 additions and 0 deletions

View File

@ -311,6 +311,7 @@ _entrance_conf_main_apply(void)
Entrance_Conf_Gui_Event conf; Entrance_Conf_Gui_Event conf;
Eina_Bool elementary_update = EINA_FALSE; Eina_Bool elementary_update = EINA_FALSE;
conf.theme = entrance_gui_theme_name_get();
conf.bg.path = _entrance_int_conf_main->bg.path; conf.bg.path = _entrance_int_conf_main->bg.path;
conf.bg.group = _entrance_int_conf_main->bg.group; conf.bg.group = _entrance_int_conf_main->bg.group;
conf.vkbd_enabled = _entrance_int_conf_main->vkbd_enabled; conf.vkbd_enabled = _entrance_int_conf_main->vkbd_enabled;