set initial value of show_splash in theme config dialog

This commit is contained in:
Mike Blumenkrantz 2013-11-29 09:45:08 -05:00
parent e7edfacfce
commit d2acd5edcc
1 changed files with 1 additions and 0 deletions

View File

@ -518,6 +518,7 @@ _fill_data(E_Config_Dialog_Data *cfdata)
char path[PATH_MAX];
size_t len;
cfdata->show_splash = e_config->show_splash;
theme = elm_theme_get(NULL);
if (theme)
{