From 85afb7a1b6d310dcd7c689cacd8d5eac0d95d36d Mon Sep 17 00:00:00 2001 From: kojima Date: Fri, 17 Sep 1999 02:00:22 +0000 Subject: [PATCH] updated for new sysconfdir --- util/getstyle.c | 2 +- util/wmsetbg.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/util/getstyle.c b/util/getstyle.c index 63056dcf..c9e67f32 100644 --- a/util/getstyle.c +++ b/util/getstyle.c @@ -110,7 +110,7 @@ globalDefaultsPathForDomain(char *domain) char path[1024]; char *tmp; - sprintf(path, "%s/%s", SYSCONFDIR, domain); + sprintf(path, "%s/WindowMaker/%s", SYSCONFDIR, domain); tmp = malloc(strlen(path)+2); assert(tmp!=NULL); diff --git a/util/wmsetbg.c b/util/wmsetbg.c index 3c0cfcdc..49605aef 100644 --- a/util/wmsetbg.c +++ b/util/wmsetbg.c @@ -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); } -- 2.11.4.GIT