mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-04 21:04:18 +01:00
Fixed WPrefs.app to find its icons when not installed under GNUstep paths
This commit is contained in:
@@ -181,7 +181,6 @@ WMPathForResourceOfType(char *resource, char *ext)
|
||||
return path;
|
||||
}
|
||||
|
||||
|
||||
if (getenv("GNUSTEP_SYSTEM_ROOT")) {
|
||||
path = checkFile(getenv("GNUSTEP_SYSTEM_ROOT"), appdir, ext, resource);
|
||||
if (path) {
|
||||
|
||||
Reference in New Issue
Block a user