diff options
Diffstat (limited to 'src/bin/widgets_list_2_grouped.c')
-rw-r--r-- | src/bin/widgets_list_2_grouped.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/widgets_list_2_grouped.c b/src/bin/widgets_list_2_grouped.c index fb3bfd7..028321e 100644 --- a/src/bin/widgets_list_2_grouped.c +++ b/src/bin/widgets_list_2_grouped.c | |||
@@ -65,7 +65,7 @@ static void _setup(void) | |||
65 | o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas); | 65 | o = efl_add(EFL_CANVAS_IMAGE_CLASS, evas); |
66 | o_images[i] = o; | 66 | o_images[i] = o; |
67 | efl_gfx_image_border_set(o, 2, 2, 2, 2); | 67 | efl_gfx_image_border_set(o, 2, 2, 2, 2); |
68 | efl_file_set(o, build_path("pan.png"), NULL); | 68 | efl_file_simple_load(o, build_path("pan.png"), NULL); |
69 | efl_gfx_entity_size_set(o, EINA_SIZE2D(win_w, ICON_SIZE)); | 69 | efl_gfx_entity_size_set(o, EINA_SIZE2D(win_w, ICON_SIZE)); |
70 | efl_gfx_entity_visible_set(o, EINA_TRUE); | 70 | efl_gfx_entity_visible_set(o, EINA_TRUE); |
71 | 71 | ||