console: Reset console error message when edc file is saved.

This commit is contained in:
Jaehyun Cho 2015-02-11 19:06:02 +09:00
parent 83abef91d2
commit 392a12f9dd
2 changed files with 2 additions and 3 deletions

View File

@ -564,6 +564,8 @@ edc_save(app_data *ad)
{
char buf[PATH_MAX];
base_console_reset();
if (enventor_object_save(ad->enventor, config_edc_path_get()))
{
if (config_stats_bar_get())

View File

@ -168,9 +168,6 @@ exe_del_event_cb(void *data, int type EINA_UNUSED, void *event EINA_UNUSED)
view_obj_min_update(vd);
view_part_highlight_set(vd, vd->part_name);
dummy_obj_update(vd->layout);
#if 0
base_console_reset();
#endif
vd->edj_reload_need = EINA_FALSE;