diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-04-16 13:19:36 +0100 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-04-16 13:19:36 +0100 |
commit | 2ebc97aa96f9f9e4b5fcda6f790b687c3c79591d (patch) | |
tree | 2f45170dc86acf3816c3dbc2514a386ecc275c97 /src/lib/efreet | |
parent | b376c2a902459e8080e7db23d9d26a5efc3440e8 (diff) |
efreet - also look in lib in /usr/local/share/pixmaps too
Diffstat (limited to 'src/lib/efreet')
-rw-r--r-- | src/lib/efreet/efreet_icon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/efreet/efreet_icon.c b/src/lib/efreet/efreet_icon.c index 7078343e57..a07d2b216f 100644 --- a/src/lib/efreet/efreet_icon.c +++ b/src/lib/efreet/efreet_icon.c | |||
@@ -790,6 +790,8 @@ efreet_icon_fallback_lookup_path(Efreet_Cache_Fallback_Icon *icon) | |||
790 | } | 790 | } |
791 | #endif | 791 | #endif |
792 | 792 | ||
793 | path = efreet_icon_fallback_lookup_path_path(icon, "/usr/local/share/pixmaps"); | ||
794 | if (path) return path; | ||
793 | path = efreet_icon_fallback_lookup_path_path(icon, "/usr/share/pixmaps"); | 795 | path = efreet_icon_fallback_lookup_path_path(icon, "/usr/share/pixmaps"); |
794 | if (path) return path; | 796 | if (path) return path; |
795 | 797 | ||