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 7eea5fb897580698f540f3a1e8e4eb0ff106f49a
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Sun Jan 28 12:20:02 2024 +0000
fix 2nd pager copy of same zone not updating selected state
this fixes #29
@fix
---
src/modules/pager/e_mod_main.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/modules/pager/e_mod_main.c b/src/modules/pager/e_mod_main.c
index 6fef54227..44c78b7d8 100644
--- a/src/modules/pager/e_mod_main.c
+++ b/src/modules/pager/e_mod_main.c
@@ -1173,7 +1173,6 @@ _pager_cb_event_desk_show(void *data EINA_UNUSED, int type EINA_UNUSED, void *ev
if (p->popup)
edje_object_part_text_set(p->popup->o_bg, "e.text.label", ev->desk->name);
- break;
}
if ((pager_config->popup) && (!act_popup) &&
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.