file_mgr: Reset console messages when edc file is modified.

This commit is contained in:
Jaehyun Cho 2015-02-13 13:42:33 +09:00
parent bc64118d58
commit efe9c54d37
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@ enventor_edc_modified_cb(void *data, Evas_Object *obj EINA_UNUSED,
file_mgr_data *fmd = data;
Enventor_EDC_Modified *modified = event_info;
//Reset console messages.
base_console_reset();
if (modified->self_changed)
{
fmd->edc_modified = 0;