efl_ui/popup: use correct class when setting popup backwall file

MY_CLASS failure strikes again

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D9416
This commit is contained in:
Mike Blumenkrantz 2019-07-26 12:56:10 -04:00
parent c694dcf4cc
commit d4f49842ea
1 changed files with 1 additions and 1 deletions

View File

@ -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");