From 952935288161c93bc8c733e8f490e47aa057b224 Mon Sep 17 00:00:00 2001 From: shilpa singh Date: Tue, 19 Dec 2017 08:47:16 +0000 Subject: [PATCH] Revert "elm: access: add widget/widget_item accessible_description_set/get Because the translatable domain exits in widget/widget_item data, it does not work with base interface description_set/get. http://suprem.sec.samsung.net/jira/browse/TSAM-9930" This reverts commit 317dcdfe6c75f4a74a92e90e3f6811fa3fed717c. (This patch is not required as efl_access_description_set/get should be enough) Change-Id: Ib55f6ea4074a0cd1f9ef230cf4ccb412fc45befd --- src/lib/elementary/elm_widget.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/elementary/elm_widget.h b/src/lib/elementary/elm_widget.h index 9c53f9f..de89b1a 100644 --- a/src/lib/elementary/elm_widget.h +++ b/src/lib/elementary/elm_widget.h @@ -421,6 +421,7 @@ typedef struct _Elm_Widget_Smart_Data Eina_Inlist *translate_strings; Eina_List *focus_chain; Eina_List *event_cb; + /* this is a hook to be set on-the-fly on widgets. this is code * handling the request of showing a specific region from an inner * widget (mainly issued by entries, on cursor moving) */ -- 2.7.4