kimcinoo pushed a commit to branch master.

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

commit ed90b79dbb4cf9b7a822f89ec4dbf9ec3b7d4ae2
Author: Shinwoo Kim <[email protected]>
Date:   Tue Oct 21 02:12:25 2014 +0900

    [example][evas] add error message, you cannot use this example without the 
image.
---
 src/examples/evas/evas-events.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/examples/evas/evas-events.c b/src/examples/evas/evas-events.c
index 2f04248..937a900 100644
--- a/src/examples/evas/evas-events.c
+++ b/src/examples/evas/evas-events.c
@@ -379,6 +379,7 @@ main(void)
    err = evas_object_image_load_error_get(d.img);
    if (err != EVAS_LOAD_ERROR_NONE)
      {
+        fprintf(stderr, "ERROR: Image loading failed! Aborting.\n");
         goto panic;
      }
    else

-- 


Reply via email to