Cleanup icon theme code

Signed-off-by: Felix Weilbach <felix.weilbach@t-online.de>
This commit is contained in:
Felix Weilbach 2021-05-01 11:38:20 +02:00
parent 93b60f799b
commit 59d245cf5b
4 changed files with 5 additions and 10 deletions

View file

@ -42,7 +42,7 @@ char* append_path_safe(const char * base_path, const char * append_path) {
return path;
}
list_t *get_basedirs(void) {
static list_t *get_basedirs(void) {
list_t *basedirs = create_list();
list_add(basedirs, strdup("$HOME/.icons")); // deprecated