bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=0154ee168ab8698eb1d4c29fdbe28ee12a00e8ce
commit 0154ee168ab8698eb1d4c29fdbe28ee12a00e8ce Author: Marcel Hollerbach <marcel-hollerb...@t-online.de> Date: Sun Sep 4 19:48:08 2016 +0200 edi: follow namespace change from Eo_Event to Efl_Event --- src/bin/edi_consolepanel.c | 6 +++--- src/bin/edi_logpanel.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bin/edi_consolepanel.c b/src/bin/edi_consolepanel.c index d8b3740..ac997ff 100644 --- a/src/bin/edi_consolepanel.c +++ b/src/bin/edi_consolepanel.c @@ -82,7 +82,7 @@ static void _edi_consolepanel_parse_directory(const char *line) } static void -_edi_consolepanel_clicked_cb(void *data EINA_UNUSED, const Eo_Event *event) +_edi_consolepanel_clicked_cb(void *data EINA_UNUSED, const Efl_Event *event) { Edi_Path_Options *options; Elm_Code_Line *line; @@ -112,7 +112,7 @@ _edi_consolepanel_clicked_cb(void *data EINA_UNUSED, const Eo_Event *event) } static void -_edi_consolepanel_line_cb(void *data EINA_UNUSED, const Eo_Event *event) +_edi_consolepanel_line_cb(void *data EINA_UNUSED, const Efl_Event *event) { Elm_Code_Line *line; @@ -272,7 +272,7 @@ _edi_test_line_parse_suite(const char *path) } static void -_edi_testpanel_line_cb(void *data EINA_UNUSED, const Eo_Event *event) +_edi_testpanel_line_cb(void *data EINA_UNUSED, const Efl_Event *event) { Elm_Code_Line *line; diff --git a/src/bin/edi_logpanel.c b/src/bin/edi_logpanel.c index ac1c52f..c8bd32f 100644 --- a/src/bin/edi_logpanel.c +++ b/src/bin/edi_logpanel.c @@ -47,7 +47,7 @@ _edi_logpanel_print_cb(const Eina_Log_Domain *domain, Eina_Log_Level level, } static void -_edi_logpanel_line_cb(void *data EINA_UNUSED, const Eo_Event *event) +_edi_logpanel_line_cb(void *data EINA_UNUSED, const Efl_Event *event) { Elm_Code_Line *line; --