From ab668ee7f4a7d2daad671c73513c9f6455722549 Mon Sep 17 00:00:00 2001 From: thewaiter Date: Mon, 28 Oct 2024 16:39:40 +0100 Subject: [PATCH] iBar: an another condition to clear app instances number --- 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 038bed1e5..df6d93369 100644 --- a/src/modules/ibar/e_mod_main.c +++ b/src/modules/ibar/e_mod_main.c @@ -950,7 +950,7 @@ _ibar_icon_signal_emit(IBar_Icon *ic, const char *sig, char *src) E_Exec_Instance *exe; char buf[24]; - if (!ic->exes) + if ((!ic->exes) || (eina_list_count(ic->exes) == 0)) edje_object_part_text_set(ic->o_holder, "e.text.label", ""); EINA_LIST_FOREACH(ic->exes, l, exe)