use correct event struct in luncher's _bar_cb_client_remove()

This commit is contained in:
Mike Blumenkrantz 2017-06-09 20:18:20 -04:00
parent ca1638c672
commit f16df40d2b
1 changed files with 1 additions and 1 deletions

View File

@ -1281,7 +1281,7 @@ _bar_icon_add(Instance *inst, Efreet_Desktop *desktop, E_Client *non_desktop_cli
}
static Eina_Bool
_bar_cb_client_remove(void *data EINA_UNUSED, int type EINA_UNUSED, E_Event_Client_Property *ev)
_bar_cb_client_remove(void *data EINA_UNUSED, int type EINA_UNUSED, E_Event_Client *ev)
{
Instance *inst = NULL;
Eina_List *l = NULL;