atspi: fix name, description callback issue 17/156817/1
authorShinwoo Kim <cinoo.kim@samsung.com>
Fri, 20 Oct 2017 05:51:28 +0000 (14:51 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Fri, 20 Oct 2017 06:00:26 +0000 (15:00 +0900)
commit1932e8f4831a8762611bee2c0a1ea0befd01f4d2
tree157c0d5296adc55ae257cfac5b3b47b02f80d8ec
parent8878a133735f1a67752051e64298d1650a8aa861
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