diff options
Diffstat (limited to 'src/examples/evas/evas-object-manipulation-eo.c')
-rw-r--r-- | src/examples/evas/evas-object-manipulation-eo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/evas/evas-object-manipulation-eo.c b/src/examples/evas/evas-object-manipulation-eo.c index 6fba6e02bf..eb213d04bb 100644 --- a/src/examples/evas/evas-object-manipulation-eo.c +++ b/src/examples/evas/evas-object-manipulation-eo.c @@ -193,7 +193,7 @@ main(void) * will be deleted automatically by parent.*/ if (efl_file_set(d.img, img_path)) goto panic; - + err = efl_file_load(d.img); if (err != EVAS_LOAD_ERROR_NONE) |