discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=d2acd5edcc9336fdb8baaa8960769af181d4b6dd
commit d2acd5edcc9336fdb8baaa8960769af181d4b6dd Author: Mike Blumenkrantz <[email protected]> Date: Fri Nov 29 09:45:08 2013 -0500 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 30fb9cb..a198ffc 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) { --
