app/file_mgr: fix build warnings.

This commit is contained in:
ChunEon Park 2014-11-01 17:23:20 +09:00
parent 8c7197e7f3
commit 0ad8fd8180
1 changed files with 3 additions and 2 deletions

View File

@ -107,9 +107,10 @@ warning_open(file_mgr_data *fmd)
}
static void
enventor_edc_modified_cb(void *data, Evas_Object *obj EINA_UNUSED, void *event)
enventor_edc_modified_cb(void *data, Evas_Object *obj EINA_UNUSED,
void *event_info)
{
file_mgr_data *fmd = g_fmd;
file_mgr_data *fmd = data;
Enventor_EDC_Modified *modified = event;
if (modified->self_changed)