raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b703469f767eae06c567bfded2df282b55dbd78e
commit b703469f767eae06c567bfded2df282b55dbd78e Author: Carsten Haitzler <ras...@rasterman.com> Date: Tue Jun 29 20:01:23 2021 +0100 elm theme - fix old e raidos ... --- data/elementary/themes/edc/radio.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/elementary/themes/edc/radio.edc b/data/elementary/themes/edc/radio.edc index f32207a273..04460c6818 100644 --- a/data/elementary/themes/edc/radio.edc +++ b/data/elementary/themes/edc/radio.edc @@ -31,13 +31,13 @@ group { name: "e/widgets/radio"; clip_to: "clip"; description { state: "default" 0.0; rel.to: "base"; - image.normal: "radio.png"; + image.normal: "i-radio"; color_class: "/fg/normal/radio/radio"; visible: 0; } description { state: "selected" 0.0; inherit: "default" 0.0; - color_class: "/fg/pressed/radio/radio"; + color_class: "/fg/normal/radio/radio"; visible: 1; } description { state: "pressed" 0.0; --