diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2019-09-03 13:13:40 -0400 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-09-05 11:00:41 +0200 |
commit | 2ca66b2036a4e061283676a3b23e63d217f4bb68 (patch) | |
tree | 79305c10ff0e30986f5a29fc5d586a8ecaf17063 | |
parent | bcfb2d1b6d058a9528fe6eb717f7e66fc2b5cd3b (diff) |
elm_test: don't use legacy win api in interfaces tags case
fix T7754
Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D9829
-rw-r--r-- | src/bin/elementary/test_ui_tags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/elementary/test_ui_tags.c b/src/bin/elementary/test_ui_tags.c index 475bc68837..efd87dc749 100644 --- a/src/bin/elementary/test_ui_tags.c +++ b/src/bin/elementary/test_ui_tags.c | |||
@@ -67,7 +67,7 @@ test_ui_tags(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_i | |||
67 | snprintf(buf, sizeof(buf), "%s/objects/multibuttonentry.edj", elm_app_data_dir_get()); | 67 | snprintf(buf, sizeof(buf), "%s/objects/multibuttonentry.edj", elm_app_data_dir_get()); |
68 | layout = efl_add(EFL_UI_LAYOUT_CLASS, win, | 68 | layout = efl_add(EFL_UI_LAYOUT_CLASS, win, |
69 | elm_layout_file_set(efl_added, buf, "multibuttonentry_test"), | 69 | elm_layout_file_set(efl_added, buf, "multibuttonentry_test"), |
70 | elm_win_resize_object_add(win, efl_added)); | 70 | efl_content_set(win, efl_added)); |
71 | 71 | ||
72 | array = eina_array_new(10); | 72 | array = eina_array_new(10); |
73 | for (i = 0; i < 9; i++) | 73 | for (i = 0; i < 9; i++) |