diff options
Diffstat (limited to 'src/tests/emotion/emotion_test_main-eo.c')
-rw-r--r-- | src/tests/emotion/emotion_test_main-eo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/emotion/emotion_test_main-eo.c b/src/tests/emotion/emotion_test_main-eo.c index 65508a0..8304979 100644 --- a/src/tests/emotion/emotion_test_main-eo.c +++ b/src/tests/emotion/emotion_test_main-eo.c | |||
@@ -112,7 +112,7 @@ static void | |||
112 | bg_setup(void) | 112 | bg_setup(void) |
113 | { | 113 | { |
114 | o_bg = efl_add(EFL_CANVAS_LAYOUT_CLASS, evas); | 114 | o_bg = efl_add(EFL_CANVAS_LAYOUT_CLASS, evas); |
115 | efl_file_set(o_bg, theme_file, "background"); | 115 | efl_file_simple_load(o_bg, theme_file, "background"); |
116 | efl_gfx_entity_position_set(o_bg, EINA_POSITION2D(0, 0)); | 116 | efl_gfx_entity_position_set(o_bg, EINA_POSITION2D(0, 0)); |
117 | efl_gfx_entity_size_set(o_bg, EINA_SIZE2D(startw, starth)); | 117 | efl_gfx_entity_size_set(o_bg, EINA_SIZE2D(startw, starth)); |
118 | efl_gfx_stack_layer_set(o_bg, -999); | 118 | efl_gfx_stack_layer_set(o_bg, -999); |
@@ -624,7 +624,7 @@ init_video_object(const char *module_filename, const char *filename) | |||
624 | oe = efl_add(EFL_CANVAS_LAYOUT_CLASS, evas); | 624 | oe = efl_add(EFL_CANVAS_LAYOUT_CLASS, evas); |
625 | efl_event_callback_add(oe, EFL_EVENT_DEL, _oe_free_cb, fd); | 625 | efl_event_callback_add(oe, EFL_EVENT_DEL, _oe_free_cb, fd); |
626 | efl_key_data_set(oe, "frame_data", fd); | 626 | efl_key_data_set(oe, "frame_data", fd); |
627 | efl_file_set(oe, theme_file, reflex ? "video_controller/reflex" : "video_controller"); | 627 | efl_file_simple_load(oe, theme_file, reflex ? "video_controller/reflex" : "video_controller"); |
628 | edje_object_part_swallow(oe, "video_swallow", o); | 628 | edje_object_part_swallow(oe, "video_swallow", o); |
629 | 629 | ||
630 | offset = 20 * (eina_list_count(video_objs) - 1); | 630 | offset = 20 * (eina_list_count(video_objs) - 1); |