bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a278e4ea9d190bf56c040afe9a908e5bcdd27434

commit a278e4ea9d190bf56c040afe9a908e5bcdd27434
Author: Yeongjong Lee <yj34....@samsung.com>
Date:   Fri Mar 15 10:52:32 2019 +0000

    efl_ui_text_alert_popup: use correct theme klass name
    
    text_alert_popup is not scroll_alert_popup.
    
    Reviewed-by: Marcel Hollerbach <m...@marcel-hollerbach.de>
    Differential Revision: https://phab.enlightenment.org/D8364
---
 src/lib/elementary/efl_ui_text_alert_popup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_text_alert_popup.c 
b/src/lib/elementary/efl_ui_text_alert_popup.c
index e0d516a598..dd19e6a0d8 100644
--- a/src/lib/elementary/efl_ui_text_alert_popup.c
+++ b/src/lib/elementary/efl_ui_text_alert_popup.c
@@ -270,7 +270,7 @@ _efl_ui_text_alert_popup_efl_object_constructor(Eo *obj,
    ELM_WIDGET_DATA_GET_OR_RETURN(obj, wd, NULL);
 
    if (!elm_widget_theme_klass_get(obj))
-     elm_widget_theme_klass_set(obj, "scroll_alert_popup");
+     elm_widget_theme_klass_set(obj, "text_alert_popup");
    obj = efl_constructor(efl_super(obj, MY_CLASS));
    efl_canvas_object_type_set(obj, MY_CLASS_NAME);
 

-- 


Reply via email to