jpeg pushed a commit to branch master.

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

commit 9f04590bbf111bad892effe32355ada0419bb9fc
Author: Jean-Philippe Andre <[email protected]>
Date:   Tue Jul 26 11:09:43 2016 +0900

    edje: Minor fix (return proper bool value)
---
 src/lib/edje/edje_containers.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/edje/edje_containers.c b/src/lib/edje/edje_containers.c
index 6b194b2..7aad0c1 100644
--- a/src/lib/edje/edje_containers.c
+++ b/src/lib/edje/edje_containers.c
@@ -551,8 +551,7 @@ EAPI Eina_Bool
 edje_object_part_box_prepend(Edje_Object *obj, const char *part, Evas_Object 
*child)
 {
    Eo *box = PART_BOX_GET(obj, part, EINA_FALSE);
-   efl_pack_begin(box, child);
-   return EINA_TRUE;
+   return efl_pack_begin(box, child);
 }
 
 EAPI Eina_Bool

-- 


Reply via email to