icons - use standard icons so they comd from theme or whatever

This commit is contained in:
Carsten Haitzler 2021-04-05 13:35:45 +01:00
parent c32fa1edd4
commit 61a9a7ff0a
1 changed files with 3 additions and 0 deletions

View File

@ -155,6 +155,8 @@ edi_theme_themes_get(void)
const char * const char *
edi_theme_icon_path_get(const char *name) edi_theme_icon_path_get(const char *name)
{ {
return name;
/*
char *path; char *path;
const char *icon_path, *directory = PACKAGE_DATA_DIR "/icons"; const char *icon_path, *directory = PACKAGE_DATA_DIR "/icons";
icon_path = name; icon_path = name;
@ -173,6 +175,7 @@ edi_theme_icon_path_get(const char *name)
} }
return icon_path; return icon_path;
*/
} }
void void