vitorsousa pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=90f7144e81603491a8f5285c4ab982bfceef9af4
commit 90f7144e81603491a8f5285c4ab982bfceef9af4 Author: Lauro Moura <[email protected]> Date: Thu Apr 19 12:09:37 2018 -0300 elementary: Fix multibuttonentry legacy build. Summary: The legacy header was still referencing the eo class removed in 939690a8a99. Reviewers: cedric, Jaehyun_Cho, vitor.sousa Reviewed By: vitor.sousa Differential Revision: https://phab.enlightenment.org/D5970 --- src/lib/elementary/elc_multibuttonentry_legacy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/elc_multibuttonentry_legacy.h b/src/lib/elementary/elc_multibuttonentry_legacy.h index c633be7cd0..b12f441490 100644 --- a/src/lib/elementary/elc_multibuttonentry_legacy.h +++ b/src/lib/elementary/elc_multibuttonentry_legacy.h @@ -29,4 +29,4 @@ EAPI Evas_Object *elm_multibuttonentry_add(Evas_Object *parent); EAPI void elm_multibuttonentry_format_function_set(Eo *obj, Elm_Multibuttonentry_Format_Cb format_function, const void *data); #include "elm_multibuttonentry_item.eo.legacy.h" -#include "efl_ui_multibuttonentry.eo.legacy.h" +#include "elm_multibuttonentry.eo.legacy.h" --
