discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=f16df40d2b33f8806b9a21377538dea16d94fb89

commit f16df40d2b33f8806b9a21377538dea16d94fb89
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Jun 9 20:18:20 2017 -0400

    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;

-- 


Reply via email to