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.
This commit is contained in:
Hermet Park 2016-07-27 14:10:13 +09:00
parent 147541a628
commit 21dac2992c
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}