atspi: use elm_entry to call smart callback 61/147561/4
authorShinwoo Kim <cinoo.kim@samsung.com>
Tue, 5 Sep 2017 02:13:28 +0000 (11:13 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Wed, 6 Sep 2017 11:26:20 +0000 (11:26 +0000)
This patch set is using elm_entry to call "anchor,clicked" smart callback.
The elm_access for anchor has been used so far, so the "anchor,clicked" smart
callback did not work.

Change-Id: If09400e78a9fc488e307fd46e67b39bf6beeca19

src/lib/elm_entry.c

index 7304942..de1bc2e 100644 (file)
@@ -8123,7 +8123,7 @@ _anchor_rect_activated_cb(void *data EINA_UNUSED, Evas_Object *obj, void *event_
    ei.x = ei.y = ei.w = ei.h = 0;
 
    if (!sd->disabled)
-     evas_object_smart_callback_call(obj, SIG_ANCHOR_CLICKED, &ei);
+     evas_object_smart_callback_call(entry, SIG_ANCHOR_CLICKED, &ei);
 }
 
 static void