From 6944f6e6240edb15e092727590940861f461ac1d Mon Sep 17 00:00:00 2001 From: Taehyub Kim Date: Mon, 23 Nov 2020 19:43:08 +0900 Subject: [PATCH] elc_popup: fix typo for tizen color class feature Change-Id: If19fd28723178dba4b758507297f36a148e2b92f --- src/lib/elementary/elc_popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/elc_popup.c b/src/lib/elementary/elc_popup.c index 45372dd..ec93ae5 100644 --- a/src/lib/elementary/elc_popup.c +++ b/src/lib/elementary/elc_popup.c @@ -2214,7 +2214,7 @@ _elm_popup_efl_canvas_group_group_add(Eo *obj, Elm_Popup_Data *priv) CRI("Failed to set layout!"); // TIZEN_ONLY_FEATURE: apply Tizen's color_class feature for popup - evas_object_data_get(obj, "popup_layout_edje", elm_layout_edje_get(priv->main_layout)); + evas_object_data_set(obj, "popup_layout_edje", elm_layout_edje_get(priv->main_layout)); // /*********************************************************************************** -- 2.7.4