save config when toggling option to disable startup splash

broken since 2013
This commit is contained in:
Mike Blumenkrantz 2017-02-24 14:15:42 -05:00
parent 50ca940e08
commit 099b50859a
1 changed files with 2 additions and 0 deletions

View File

@ -761,6 +761,8 @@ _basic_apply_data(E_Config_Dialog *cfd EINA_UNUSED, E_Config_Dialog_Data *cfdata
file = ecore_file_file_get(cfdata->theme);
name = ecore_file_strip_ext(file);
if (!!e_config->show_splash != !!cfdata->show_splash)
e_config_save_queue();
e_config->show_splash = cfdata->show_splash;
if (name)
{