Fix example with new event api.

Summary: Fix build after changes.

Reviewers: felipealmeida, cedric, tasn

Differential Revision: https://phab.enlightenment.org/D3744
This commit is contained in:
Lauro Moura 2016-03-01 12:21:11 -03:00 committed by Felipe Magno de Almeida
parent 2535e721fb
commit 445ba5a638
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ static Eina_Bool
_tree_selected_cb(void *data, const Eo_Event *event)
{
Efl_Model_Test_Filemvc_Data *priv = data;
Eo *child = event_info;
Eo *child = event->event_info;
const Eina_Value *vpath;
Eo *model;
char *path;