This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository edi.
View the commit online.
commit a6563f7c2ffa554935236844272dd635ccb4f904
Author: Alastair Poole <[email protected]>
AuthorDate: Thu May 14 09:54:16 2026 +0100
edi_welcome: don't bake in colours.
This is one from boycott.
Thanks very much.
---
src/bin/screens/edi_welcome.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/screens/edi_welcome.c b/src/bin/screens/edi_welcome.c
index 7fe2f40..7488840 100644
--- a/src/bin/screens/edi_welcome.c
+++ b/src/bin/screens/edi_welcome.c
@@ -856,7 +856,7 @@ _edi_welcome_add_recent_projects(Evas_Object *box)
EINA_LIST_FOREACH(_edi_config->projects, listitem, project)
{
- format = "<align=right><color=#ffffff><b>%s: </b></color></align>";
+ format = "<align=right><b>%s: </b></align>";
displen = strlen(project->path) + strlen(format) - 1;
display = malloc(sizeof(char) * displen);
snprintf(display, displen, format, project->name);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.