elc_popup: fix typo for tizen color class feature 90/248190/1
authorTaehyub Kim <taehyub.kim@samsung.com>
Mon, 23 Nov 2020 10:43:08 +0000 (19:43 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Mon, 23 Nov 2020 10:43:08 +0000 (19:43 +0900)
Change-Id: If19fd28723178dba4b758507297f36a148e2b92f

src/lib/elementary/elc_popup.c

index 45372dd..ec93ae5 100644 (file)
@@ -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));
    //
 
    /***********************************************************************************