This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit 8f43ae2924286bd1eafbcbfff8a6befe24dea723
Author: [email protected] <[email protected]>
AuthorDate: Mon May 11 22:10:03 2026 -0600
Fix E theme to have proper namespacing
---
data/elementary/themes/edc/connman.edc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/elementary/themes/edc/connman.edc b/data/elementary/themes/edc/connman.edc
index 5c177b2a05..5c96032cd5 100644
--- a/data/elementary/themes/edc/connman.edc
+++ b/data/elementary/themes/edc/connman.edc
@@ -337,7 +337,7 @@ group { name: "e/modules/connman/main";
visible: 1;
}
}
- part { name: "band_label"; type: TEXT; effect: SHADOW; mouse_events: 0;
+ part { name: "e.text.band-label"; type: TEXT; effect: SHADOW; mouse_events: 0;
clip_to: "clip_wifi";
description { state: "default" 0.0;
rel1.relative: 0.0 0.0;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.