raster pushed a commit to branch master. http://git.enlightenment.org/apps/edi.git/commit/?id=61a9a7ff0a1bf9bc9edf7072a0400a3a804364a8
commit 61a9a7ff0a1bf9bc9edf7072a0400a3a804364a8 Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Mon Apr 5 13:35:45 2021 +0100 icons - use standard icons so they comd from theme or whatever --- src/bin/edi_theme.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/edi_theme.c b/src/bin/edi_theme.c index 72b63a1..37db13f 100644 --- a/src/bin/edi_theme.c +++ b/src/bin/edi_theme.c @@ -155,6 +155,8 @@ edi_theme_themes_get(void) const char * edi_theme_icon_path_get(const char *name) { + return name; +/* char *path; const char *icon_path, *directory = PACKAGE_DATA_DIR "/icons"; icon_path = name; @@ -173,6 +175,7 @@ edi_theme_icon_path_get(const char *name) } return icon_path; + */ } void --