mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-04 21:04:18 +01:00
updated for new sysconfdir
This commit is contained in:
@@ -1024,7 +1024,7 @@ globalDefaultsPathForDomain(char *domain)
|
||||
{
|
||||
char path[1024];
|
||||
|
||||
sprintf(path, "%s/%s", SYSCONFDIR, domain);
|
||||
sprintf(path, "%s/WindowMaker/%s", SYSCONFDIR, domain);
|
||||
|
||||
return wstrdup(path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user