bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a247bd0f56cfd9ececa40b32c562541717a55e5b
commit a247bd0f56cfd9ececa40b32c562541717a55e5b Author: Mike Blumenkrantz <[email protected]> Date: Fri Jul 26 12:56:10 2019 -0400 efl_ui/popup: use correct class when setting popup backwall file MY_CLASS failure strikes again Reviewed-by: Marcel Hollerbach <[email protected]> Differential Revision: https://phab.enlightenment.org/D9416 --- src/lib/elementary/efl_ui_popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_popup.c b/src/lib/elementary/efl_ui_popup.c index 341de7e750..c60f13753d 100644 --- a/src/lib/elementary/efl_ui_popup.c +++ b/src/lib/elementary/efl_ui_popup.c @@ -361,7 +361,7 @@ _efl_ui_popup_part_backwall_efl_file_load(Eo *obj, void *_pd EINA_UNUSED) if (efl_file_loaded_get(obj)) return 0; - err = efl_file_load(efl_super(obj, MY_CLASS)); + err = efl_file_load(efl_super(obj, EFL_UI_POPUP_PART_BACKWALL_CLASS)); if (err) return err; Eo *prev_obj = edje_object_part_swallow_get(sd->backwall, "efl.content"); --
