diff --git a/src/lib/elementary/efl_ui_selection_manager.c b/src/lib/elementary/efl_ui_selection_manager.c index 3d8e311580..3c8ab8d9ab 100644 --- a/src/lib/elementary/efl_ui_selection_manager.c +++ b/src/lib/elementary/efl_ui_selection_manager.c @@ -1254,8 +1254,8 @@ _x11_efl_sel_manager_selection_set(Efl_Ui_Selection_Manager_Data *pd, Efl_Object sel->active = EINA_TRUE; sel->format = format; - sel->set(xwin, &sel, sizeof(&sel)); - sel_debug("data: %p (%zu)", &sel, sizeof(&sel)); + sel->set(xwin, &sel, sizeof(Sel_Manager_Selection *)); + sel_debug("data: %p (%zu)", &sel, sizeof(Sel_Manager_Selection *)); return _update_sel_lost_list(owner, type, seat_sel); }