efl_ui_win: fix return value 36/225736/2
authorYeongjong Lee <yj34.lee@samsung.com>
Mon, 24 Feb 2020 05:20:57 +0000 (14:20 +0900)
committerYeongJong Lee <yj34.lee@samsung.com>
Mon, 24 Feb 2020 08:15:54 +0000 (08:15 +0000)
@tizen_fix

Change-Id: I65920785747f2bf65dc952b22ab23c2607197d22

src/lib/elementary/efl_ui_win.c

index c48d88bf4744dab2b717373db06eb8768eb4e564..68166ae9138af12cd34bab0752552cfe569fea83 100644 (file)
@@ -8677,7 +8677,7 @@ _efl_ui_win_content_set(Eo *obj, Efl_Ui_Win_Data *sd, const char *part, Eo *cont
         Eina_Bool ret;
         ret = edje_object_part_swallow(sd->legacy.edje, "efl.content.circle", content);
         evas_object_show(content);
-        return EINA_TRUE;
+        return ret;
      }
    //