summaryrefslogtreecommitdiff
path: root/src/bin/elementary/test_box.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/elementary/test_box.c')
-rw-r--r--src/bin/elementary/test_box.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/elementary/test_box.c b/src/bin/elementary/test_box.c
index 31ccc9cbb0..c5c596cc00 100644
--- a/src/bin/elementary/test_box.c
+++ b/src/bin/elementary/test_box.c
@@ -916,7 +916,8 @@ test_box_stack(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
snprintf(buf, sizeof(buf), "%s/images/logo.png", elm_app_data_dir_get());
o = efl_add(EFL_UI_IMAGE_CLASS, win,
efl_gfx_hint_size_min_set(efl_added, EINA_SIZE2D(64, 64)),
- efl_file_set(efl_added, buf, NULL));
+ efl_file_set(efl_added, buf),
+ efl_file_load(efl_added));
efl_pack(bx, o);
efl_gfx_entity_size_set(win, EINA_SIZE2D(300, 300));