efl_ui_view: keep up with API rename

This commit is contained in:
Marcel Hollerbach 2018-11-02 12:04:19 +01:00
parent c2e4308dd1
commit 5b36c351e3
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ elm_main(int argc, char **argv)
elm_box_pack_end(vbx, bt);
elm_box_pack_end(bx, priv->list2);
efl_event_callback_add(priv->list2, EFL_UI_FOCUS_MANAGER_EVENT_FOCUSED, _focused ,priv);
efl_event_callback_add(priv->list2, EFL_UI_FOCUS_MANAGER_EVENT_FOCUS_CHANGED, _focused ,priv);
evas_object_event_callback_add(win, EVAS_CALLBACK_DEL, _cleanup_cb, priv);