hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=0ad8fd8180f5b4202c139438b496ac2efafbf3ee

commit 0ad8fd8180f5b4202c139438b496ac2efafbf3ee
Author: ChunEon Park <[email protected]>
Date:   Sat Nov 1 17:23:20 2014 +0900

    app/file_mgr: fix build warnings.
---
 src/bin/file_mgr.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/bin/file_mgr.c b/src/bin/file_mgr.c
index 2a2ce7d..fbd05e3 100644
--- a/src/bin/file_mgr.c
+++ b/src/bin/file_mgr.c
@@ -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)

-- 


Reply via email to