atspi: fix name, description callback issue 16/156816/2
authorShinwoo Kim <cinoo.kim@samsung.com>
Fri, 20 Oct 2017 05:51:28 +0000 (14:51 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Mon, 23 Oct 2017 04:29:19 +0000 (04:29 +0000)
commit28dcd100811a43dddbcf7df98505cd4d746b048c
tree6aaa56773dac818bf81d6785e555d452d5e9bf32
parent6a5527e7cabcffb451b03dbb726f55362ca70ede
atspi: fix name, description callback issue

The accessible name, description callback did not work for the naviframe item.
Because the naviframe item has used VIEW object for its accessible object.
If user calls elm_atspi_accessible_name_cb_set(naviframe_item, cb, data),
then the callback cb should set to VIEW object, not naviframe item, because
atspi_accessible_name_get is using the VIEW object.

Change-Id: I8b0d25d36b8e66a45a3757efa900ff9082d6fbf3
src/lib/elc_naviframe.c
src/lib/elm_naviframe_item.eo