diff options
Diffstat (limited to '')
-rw-r--r-- | src/libraries/winFang.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libraries/winFang.c b/src/libraries/winFang.c index 0176a1b..8bcfe3a 100644 --- a/src/libraries/winFang.c +++ b/src/libraries/winFang.c | |||
@@ -215,7 +215,7 @@ winFang *winFangAdd(winFang *parent, int x, int y, int w, int h, char *title, ch | |||
215 | evas_obj_size_set(w, h), | 215 | evas_obj_size_set(w, h), |
216 | evas_obj_position_set(x, y), | 216 | evas_obj_position_set(x, y), |
217 | evas_obj_name_set(WF_LAYOUT), | 217 | evas_obj_name_set(WF_LAYOUT), |
218 | elm_obj_layout_file_set(buf, WF_LAYOUT), | 218 | efl_file_set(buf, WF_LAYOUT), |
219 | evas_obj_visibility_set(EINA_TRUE) | 219 | evas_obj_visibility_set(EINA_TRUE) |
220 | ); | 220 | ); |
221 | result->e = evas_object_evas_get(result->layout); | 221 | result->e = evas_object_evas_get(result->layout); |
@@ -251,7 +251,7 @@ winFang *winFangAdd(winFang *parent, int x, int y, int w, int h, char *title, ch | |||
251 | else if (i == 3) cy += result->h; | 251 | else if (i == 3) cy += result->h; |
252 | result->hand[i] = eo_add(EVAS_IMAGE_CLASS, result->e, | 252 | result->hand[i] = eo_add(EVAS_IMAGE_CLASS, result->e, |
253 | evas_obj_image_filled_set(EINA_TRUE), | 253 | evas_obj_image_filled_set(EINA_TRUE), |
254 | evas_obj_image_file_set(buf, NULL), | 254 | efl_file_set(buf, NULL), |
255 | evas_obj_size_set(31, 31), | 255 | evas_obj_size_set(31, 31), |
256 | evas_obj_position_set(cx - 15, cy - 15), | 256 | evas_obj_position_set(cx - 15, cy - 15), |
257 | evas_obj_visibility_set(EINA_TRUE) | 257 | evas_obj_visibility_set(EINA_TRUE) |