From 61a9a7ff0a1bf9bc9edf7072a0400a3a804364a8 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 5 Apr 2021 13:35:45 +0100 Subject: [PATCH] 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