jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=7c22730c3b1c23b6bd056bb5d79012d3d9f6d06a

commit 7c22730c3b1c23b6bd056bb5d79012d3d9f6d06a
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Mon Apr 6 16:13:40 2015 +0900

    elm_test: Fix remote image URL
    
    Apparently tumblr 31 doesn't work but 41 does...
---
 src/bin/test_image.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/test_image.c b/src/bin/test_image.c
index 77d7bb2..f8f3d85 100644
--- a/src/bin/test_image.c
+++ b/src/bin/test_image.c
@@ -96,7 +96,7 @@ test_remote_image(void *data EINA_UNUSED, Evas_Object *obj  
EINA_UNUSED, void *e
    evas_object_show(box);
 
    im = elm_image_add(win);
-   elm_image_file_set(im, 
"http://31.media.tumblr.com/29f1ecd4f98aaff73fb21f479b450d4c/tumblr_mqsxdciQmB1rrju89o1_1280.jpg";,
 NULL);
+   elm_image_file_set(im, 
"http://41.media.tumblr.com/29f1ecd4f98aaff73fb21f479b450d4c/tumblr_mqsxdciQmB1rrju89o1_1280.jpg";,
 NULL);
    evas_object_size_hint_weight_set(im, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
    evas_object_size_hint_align_set(im, EVAS_HINT_FILL, EVAS_HINT_FILL);
 

-- 


Reply via email to