app/file_mgr: add a descriptive comment for maintainance.

This commit is contained in:
ChunEon Park 2014-10-24 13:23:52 +09:00
parent 8c68bc9981
commit 04682f7814
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ enventor_edc_modified_cb(void *data, Evas_Object *obj EINA_UNUSED, void *event)
return ECORE_CALLBACK_DONE;
}
//file is opened first time, we don't regard edc is modified, so skip here.
if (!fmd->edc_modified)
{
fmd->edc_modified = EINA_TRUE;