herdsman pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=573be7b71a551a30774e9923f64a68212d7dafaf

commit 573be7b71a551a30774e9923f64a68212d7dafaf
Author: Daniel Hirt <[email protected]>
Date:   Thu Jun 8 14:19:58 2017 +0300

    Ui text: fix test inserting object
---
 src/bin/elementary/test_efl_ui_text.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/elementary/test_efl_ui_text.c 
b/src/bin/elementary/test_efl_ui_text.c
index bfcb4cd108..79527a34d7 100644
--- a/src/bin/elementary/test_efl_ui_text.c
+++ b/src/bin/elementary/test_efl_ui_text.c
@@ -111,7 +111,7 @@ static void
 my_efl_ui_text_bt_4(void *data, Evas_Object *obj EINA_UNUSED, void *event_info 
EINA_UNUSED)
 {
    Evas_Object *en = data;
-   efl_canvas_text_cursor_object_item_insert(obj, efl_text_cursor_get(en),
+   efl_canvas_text_cursor_object_item_insert(en, efl_text_cursor_get(en),
          "size=32x32 href=emoticon");
 }
 

-- 


Reply via email to