hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=21dac2992ca7c8f0e6fe49cce51fd480e73570b9
commit 21dac2992ca7c8f0e6fe49cce51fd480e73570b9 Author: Hermet Park <[email protected]> Date: Wed Jul 27 14:10:13 2016 +0900 font: don't abuse elementary configuration setting. Dont' save elementary config in enventor. It harms the other application config values. Most of all, it doesn't need it. --- src/lib/enventor_smart.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/enventor_smart.c b/src/lib/enventor_smart.c index 0f04f4e..1d1f89b 100644 --- a/src/lib/enventor_smart.c +++ b/src/lib/enventor_smart.c @@ -708,7 +708,6 @@ _enventor_object_font_set(Eo *obj EINA_UNUSED, Enventor_Object_Data *pd, if (font_name) font = elm_font_fontconfig_name_get(font_name, font_style); elm_config_font_overlay_set("enventor_entry", font, -100); elm_config_font_overlay_apply(); - elm_config_save(); elm_font_fontconfig_name_free(font); } --
