This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch network-manager
in repository enlightenment.

View the commit online.

commit 8b49a3a868357b4f4d7bb045897c469cceb54c6f
Author: Alastair Poole <[email protected]>
AuthorDate: Thu Mar 19 04:30:39 2026 +0000

    procstats: set appropriate layer.
    
    MENU priority is too high.
---
 src/modules/procstats/e_mod_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/procstats/e_mod_main.c b/src/modules/procstats/e_mod_main.c
index 87405438c..029050b15 100644
--- a/src/modules/procstats/e_mod_main.c
+++ b/src/modules/procstats/e_mod_main.c
@@ -198,7 +198,7 @@ _proc_stats_client_popup_add(Proc_Stats_Client *client)
    client->popup = o = elm_ctxpopup_add(e_comp->elm);
    E_FILL(o); E_EXPAND(o);
    elm_object_style_set(o, "noblock");
-   evas_object_layer_set(o, E_LAYER_MENU);
+   evas_object_layer_set(o, E_LAYER_CLIENT_NORMAL);
 
    tb = elm_table_add(o);
    E_FILL(tb); E_EXPAND(tb);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to