atspi: make popup label accessible 91/135991/2
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 28 Jun 2017 00:04:07 +0000 (09:04 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Wed, 28 Jun 2017 04:21:37 +0000 (04:21 +0000)
The application could customize default behavior of popup label.
There was no way to get the popup label so far.

Change-Id: I2b0477556a155574a151b063172bdb71cf72122e

src/lib/elc_popup.c

index 9cadecd..592f6ee 100644 (file)
@@ -1760,7 +1760,11 @@ _title_icon_get(const Elm_Popup_Data *sd)
 static Evas_Object *
 _content_get(const Elm_Popup_Data *sd)
 {
-   return sd->content;
+   Evas_Object *ret;
+
+   ret = sd->content ? sd->content : sd->text_content_obj;
+
+   return ret;
 }
 
 static Evas_Object *