discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6e0d8badbbbe966477ec55a77d470eaa408e9a80

commit 6e0d8badbbbe966477ec55a77d470eaa408e9a80
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Feb 14 21:14:52 2018 -0500

    elm_test_focus: resolve property name conflict
---
 src/tests/elementary/elm_test_focus_common.c | 2 +-
 src/tests/elementary/focus_test.eo           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tests/elementary/elm_test_focus_common.c 
b/src/tests/elementary/elm_test_focus_common.c
index 9cd355722f..00a96b39cf 100644
--- a/src/tests/elementary/elm_test_focus_common.c
+++ b/src/tests/elementary/elm_test_focus_common.c
@@ -89,7 +89,7 @@ _focus_test_efl_ui_focus_object_focus_geometry_get(Eo *obj 
EINA_UNUSED, Focus_Te
 }
 
 EOLIAN static void
-_focus_test_size(Eo *obj EINA_UNUSED, Focus_Test_Data *pd, Eina_Rect rect)
+_focus_test_test_size(Eo *obj EINA_UNUSED, Focus_Test_Data *pd, Eina_Rect rect)
 {
    pd->rect = rect;
 }
diff --git a/src/tests/elementary/focus_test.eo 
b/src/tests/elementary/focus_test.eo
index 63075eb9e2..571aab9bb7 100644
--- a/src/tests/elementary/focus_test.eo
+++ b/src/tests/elementary/focus_test.eo
@@ -1,6 +1,6 @@
 class Focus.Test(Efl.Object, Efl.Ui.Focus.Object, Efl.Gfx) {
     methods {
-        size {
+        test_size {
             params {
                 rect : Eina.Rect;
             }

-- 


Reply via email to