rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=9f44c02746b674fa0acd86f651b5fe0f3d6cd67d

commit 9f44c02746b674fa0acd86f651b5fe0f3d6cd67d
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Fri Feb 12 18:17:35 2016 +0200

    demo: fix image update
---
 src/bin/ui/property_demo_swallow.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ui/property_demo_swallow.c 
b/src/bin/ui/property_demo_swallow.c
index ecc98c8..6725267 100644
--- a/src/bin/ui/property_demo_swallow.c
+++ b/src/bin/ui/property_demo_swallow.c
@@ -261,6 +261,7 @@ _on_image_done(void *data,
 
    eina_stringshare_del(pd->part->image_path);
    pd->part->image_path = eina_stringshare_add(selected);
+   pd->part->change = true;
 
    evas_object_smart_callback_call(ap.win, SIGNAL_DEMO_SWALLOW_SET, pd->part);
 

-- 


Reply via email to