Revert "elm_popup: Fix text is not shown in small toast popup." 28/212628/2
authorwonki kim <wonki_.kim@samsung.com>
Fri, 23 Aug 2019 11:22:03 +0000 (11:22 +0000)
committerjunsu choi <jsuya.choi@samsung.com>
Fri, 23 Aug 2019 11:24:50 +0000 (11:24 +0000)
This reverts commit f4b9fc277730914b59d29597bd07688ee7fd3313.

Change-Id: Ic7069869707a6675621aefa6991eeff581d743f4

src/lib/elementary/elc_popup.c

index b8831d5..bf089f2 100644 (file)
@@ -1525,10 +1525,8 @@ _elm_popup_text_set(Eo *obj, Elm_Popup_Data *_pd, const char *part, const char *
 
    if (!_elm_layout_part_aliasing_eval(obj, &part, EINA_TRUE))
       return EINA_FALSE;
-   /* TIZEN_ONLY(20190801): Fix text not shown in small toast popup
-   if (!strcmp(part, "elm.text")) */
-   if (!strcmp(part, "default"))
-   /* END */
+
+   if (!strcmp(part, "elm.text"))
      {
         int_ret = _content_text_set(obj, label);
         //TIZEN_ONLY(20170314): expose part-text as at-spi object