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 c1e4c59e0df37fc40c84157e4c67cbec4a89b27a
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Mon Nov 11 13:16:34 2024 +0000
theme - graph - fix bar alias name
---
data/elementary/themes/edc/graph.edc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/elementary/themes/edc/graph.edc b/data/elementary/themes/edc/graph.edc
index dcd73c438e..fee1f32946 100644
--- a/data/elementary/themes/edc/graph.edc
+++ b/data/elementary/themes/edc/graph.edc
@@ -8,7 +8,7 @@ group { name: "e/graph/default/base";
}
group { name: "e/fileman/default/graph/bar";
- alias: "e/graph/default/base";
+ alias: "e/graph/default/bar";
script {
hex(str[], len) {
new i, val = 0;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.