cedric pushed a commit to branch master.

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

commit eae8a620097008e36193d362563576eb4dc55944
Author: Mykyta Biliavskyi <[email protected]>
Date:   Thu Dec 25 21:50:58 2014 +0100

    edje: add tween images into generated code for the group.
    
    Summary:
    Include images, that uses as tweens in parts in Edje_Edit.
    @fix
    
    Reviewers: raster, Hermet, reutskiy.v.v, cedric
    
    Reviewed By: reutskiy.v.v, cedric
    
    Subscribers: cedric, reutskiy.v.v
    
    Differential Revision: https://phab.enlightenment.org/D1819
    
    Signed-off-by: Cedric BAIL <[email protected]>
---
 src/lib/edje/edje_edit.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/lib/edje/edje_edit.c b/src/lib/edje/edje_edit.c
index 9a8632c..fa29f26 100644
--- a/src/lib/edje/edje_edit.c
+++ b/src/lib/edje/edje_edit.c
@@ -9740,6 +9740,11 @@ edje_edit_source_generate(Evas_Object *obj)
              /* find image name according to it's id that is in description */
              entry = _edje_image_name_find(eed, part_desc_image->image.id);
              COLLECT_RESOURCE(entry, images);
+             for (j = 0; j < part_desc_image->image.tweens_count; j++)
+               {
+                  entry = _edje_image_name_find(eed, 
part_desc_image->image.tweens[j]->id);
+                  COLLECT_RESOURCE(entry, images);
+               }
              /*  look through all other's descriptions. */
              for (j = 0; j < part->other.desc_count; j++)
                {

-- 


Reply via email to