From f16df40d2b33f8806b9a21377538dea16d94fb89 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 9 Jun 2017 20:18:20 -0400 Subject: [PATCH] use correct event struct in luncher's _bar_cb_client_remove() --- src/modules/luncher/bar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/luncher/bar.c b/src/modules/luncher/bar.c index 568edf2fe..b24852ca1 100644 --- a/src/modules/luncher/bar.c +++ b/src/modules/luncher/bar.c @@ -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;