This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efm2.
View the commit online.
commit c8499de1a550ce47567f272d2195422549254b01
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Tue Jan 23 20:29:09 2024 +0000
restore detail plain text fields...
---
src/efm/efm_util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/efm/efm_util.c b/src/efm/efm_util.c
index 6ca67d9..4c861fc 100644
--- a/src/efm/efm_util.c
+++ b/src/efm/efm_util.c
@@ -1202,7 +1202,7 @@ _icon_detail_text_set(Icon *icon, int col, const char *detail)
char buf[128];
snprintf(buf, sizeof(buf), "e.text.detail%i", col + 1);
- edje_object_part_text_set(icon->o_base, buf, detail);
+ if (detail) edje_object_part_text_set(icon->o_base, buf, detail);
}
static Evas_Object *
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.