This is an automated email from the git hooks/post-receive script.
git pushed a commit to reference refs/pull/119/head
in repository enlightenment.
View the commit online.
commit 36412beccb8664249a7dfa09ab57c356005aa173
Author: Swagtoy <m...@ow.swag.toys>
AuthorDate: Fri Jul 4 15:39:56 2025 -0400
Ibar: Don't show clients twice
---
src/modules/ibar/e_mod_main.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/modules/ibar/e_mod_main.c b/src/modules/ibar/e_mod_main.c
index 339adb279..2acaa0e85 100644
--- a/src/modules/ibar/e_mod_main.c
+++ b/src/modules/ibar/e_mod_main.c
@@ -594,6 +594,7 @@ _ibar_fill(IBar *b)
eina_iterator_free(it);
EINA_LIST_FOREACH(e_comp->clients, l, ec)
{
+ if (ec->exe_inst) continue;
if ((!e_client_util_ignored_get(ec)) && (!e_object_is_del(E_OBJECT(ec))) &&
(!e_client_util_is_popup(ec)))
{
@@ -2776,7 +2777,7 @@ _ibar_cb_client_del(void *d EINA_UNUSED, int t EINA_UNUSED, E_Event_Client *ev)
}
continue;
}
-
+
ic = eina_hash_find(b->icon_hash, _desktop_name_get(ev->ec->desktop));
if (ic)
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.