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

git pushed a commit to branch devs/devilhorns/apos
in repository efl.

View the commit online.

commit 592f1318a4f11b5543f74fe601d84277383bf5e3
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Thu Jun 1 09:33:48 2023 +0100

    test - radio - use std icon for one of the icons to expand testing
---
 src/bin/elementary/test_radio.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/elementary/test_radio.c b/src/bin/elementary/test_radio.c
index 571c0b9d62..75ab4d2201 100644
--- a/src/bin/elementary/test_radio.c
+++ b/src/bin/elementary/test_radio.c
@@ -36,7 +36,8 @@ _group_1_create(Evas_Object *bx, const char *style)
 
    // radio 1
    ic = elm_icon_add(bx2);
-   snprintf(buf, sizeof(buf), "%s/images/logo_small.png", elm_app_data_dir_get());
+   elm_icon_standard_set(ic, "menu/folder");
+//   snprintf(buf, sizeof(buf), "%s/images/logo_small.png", elm_app_data_dir_get());
    elm_image_file_set(ic, buf, NULL);
    evas_object_size_hint_aspect_set(ic, EVAS_ASPECT_CONTROL_VERTICAL, 1, 1);
 

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

Reply via email to