circle_surface: changed the conformant style set routine to the theme set routine... 11/224711/2
authorTaehyub Kim <taehyub.kim@samsung.com>
Wed, 12 Feb 2020 10:46:38 +0000 (19:46 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Wed, 12 Feb 2020 11:06:40 +0000 (20:06 +0900)
Change-Id: I9ae7e7d3e0fa1737ef8e4b3565d47cbf81c85db2

src/wearable/circle/efl_extension_circle_surface.c

index 3215f33f3c2245756e4414cae39836a3ffc43815..372686867610d9fc78f8a61d8b038801b5cbd025 100644 (file)
@@ -816,7 +816,7 @@ eext_circle_surface_conformant_add(Evas_Object *conform)
 
    if (type && (!strcmp(type, "Elm_Conformant") || !strcmp(type, "elm_conformant")))
      {
-        if (elm_object_style_set(conform, "circle"))
+        if (elm_layout_theme_set(conform, "conformant", "base", "circle"))
           {
              if (!edje_object_part_exists(elm_layout_edje_get(conform), "elm.swallow.circle"))
                {