This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit edb79c906a1fff3fcd4653689ddaff3dc69cd48a
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Mon Aug 4 19:38:34 2025 +0100
ibar - fix get of e client data with correct key
@fix
---
src/modules/ibar/e_mod_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/ibar/e_mod_main.c b/src/modules/ibar/e_mod_main.c
index 481e51c89..8eb9caa95 100644
--- a/src/modules/ibar/e_mod_main.c
+++ b/src/modules/ibar/e_mod_main.c
@@ -1260,7 +1260,7 @@ _ibar_cb_icon_menu_img_del(void *data, Evas *e EINA_UNUSED, Evas_Object *obj, vo
if (!ic->menu) return; //who knows
edje_object_part_box_remove(ic->menu->o_bg, "e.box", data);
- ec = evas_object_data_get(obj, "E_Client");
+ ec = evas_object_data_get(obj, "client");
if (ec)
{
e_comp_object_signal_callback_del_full(ec->frame, "e,state,*focused", "e", _ibar_cb_icon_menu_focus_change, data);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.