ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=4358717dd9014f90c9650d87b0a959dd0d579af0

commit 4358717dd9014f90c9650d87b0a959dd0d579af0
Author: Andy Williams <a...@andywilliams.me>
Date:   Tue Sep 29 00:30:31 2015 +0100

    Update to efl on git
---
 elm_code/src/lib/elm_code.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/elm_code/src/lib/elm_code.c b/elm_code/src/lib/elm_code.c
index b951d2b..2d326a7 100644
--- a/elm_code/src/lib/elm_code.c
+++ b/elm_code/src/lib/elm_code.c
@@ -13,9 +13,9 @@ static int _elm_code_init = 0;
 int _elm_code_lib_log_dom = -1;
 
 EAPI const Eo_Event_Description ELM_CODE_EVENT_LINE_LOAD_DONE =
-    EO_EVENT_DESCRIPTION("line,load,done", "");
+    EO_EVENT_DESCRIPTION("line,load,done");
 EAPI const Eo_Event_Description ELM_CODE_EVENT_FILE_LOAD_DONE =
-    EO_EVENT_DESCRIPTION("file,load,done", "");
+    EO_EVENT_DESCRIPTION("file,load,done");
 
 
 EAPI int

-- 


Reply via email to