fix harmless cast warning

This commit is contained in:
discomfitor 2013-09-06 15:57:28 +01:00
parent c27a0594c0
commit 2f2df6346c
1 changed files with 1 additions and 1 deletions

View File

@ -811,7 +811,7 @@ _pager_popup_new(E_Zone *zone, int keyaction)
zy -= zone->y;
e_popup_move_resize(pp->popup,
zx + ((zw - w) / 2), zy + ((zh - h) / 2), w, h);
e_object_free_attach_func_set(pp->popup, _pager_popup_cb_del);
e_object_free_attach_func_set(E_OBJECT(pp->popup), _pager_popup_cb_del);
e_object_data_set(E_OBJECT(pp->popup), pp);
e_popup_show(pp->popup);