however, efl_ui_tab_bar does pass in there a int. For now i decided that
we just pass NULL here, if this is not accaptable then we can still add
another event to the object itself.
fix T7758
Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8418
index = eina_list_data_idx(sd->tab_infos, ti);
- efl_event_callback_call(tp, EFL_UI_EVENT_ITEM_SELECTED, (void *)(intptr_t)index);
+ efl_event_callback_call(tp, EFL_UI_EVENT_ITEM_SELECTED, NULL);
sd->cur = index;
}