set initial value of show_splash in theme config dialog
authorMike Blumenkrantz <zmike@samsung.com>
Fri, 29 Nov 2013 14:45:08 +0000 (09:45 -0500)
committerMike Blumenkrantz <zmike@samsung.com>
Fri, 29 Nov 2013 14:45:08 +0000 (09:45 -0500)
src/modules/conf_theme/e_int_config_theme.c

index 30fb9cb..a198ffc 100644 (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)
      {