From d2acd5edcc9336fdb8baaa8960769af181d4b6dd Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 29 Nov 2013 09:45:08 -0500 Subject: [PATCH] set initial value of show_splash in theme config dialog --- src/modules/conf_theme/e_int_config_theme.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/conf_theme/e_int_config_theme.c b/src/modules/conf_theme/e_int_config_theme.c index 30fb9cb13..a198ffc98 100644 --- a/src/modules/conf_theme/e_int_config_theme.c +++ b/src/modules/conf_theme/e_int_config_theme.c @@ -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) {