bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/apps/extra.git/commit/?id=037e6948272857e2e8b081953798b3c436a14a79

commit 037e6948272857e2e8b081953798b3c436a14a79
Author: Marcel Hollerbach <marcel-hollerb...@t-online.de>
Date:   Sun Feb 12 23:28:54 2017 +0100

    extra: explicitly show the image
---
 src/bin/extra_util.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/extra_util.c b/src/bin/extra_util.c
index 1321b28..19d0060 100644
--- a/src/bin/extra_util.c
+++ b/src/bin/extra_util.c
@@ -164,6 +164,7 @@ _small_preview_done_cb(void *data)
         evas_object_show(p->image);
         free(preview);
      }
+   evas_object_show(p->image);
    evas_object_hide(p->progress);
 }
 

-- 


Reply via email to