1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 12:58:08 +01:00

Fixed paths, because mr Alex "Big Mouth" Perez was unable to get them right

in the first place in his trivial 10 line patch which only attempted to
replace one path with another.
He must be a big time user of his own patch, to not have noticed where the
paths pointed after his change.
This commit is contained in:
dan
2005-03-11 22:57:40 +00:00
parent c8406b640c
commit 5cfc565bbd
2 changed files with 3 additions and 3 deletions

View File

@@ -1726,7 +1726,7 @@ createPanel(Panel *p)
char *tmp;
Bool ok = True;
panel->fprefix = wstrconcat(wusergnusteppath(), "/Library/WindowMaker/WPrefs");
panel->fprefix = wstrconcat(wusergnusteppath(), "/Library/WindowMaker");
if (access(panel->fprefix, F_OK)!=0) {
if (mkdir(panel->fprefix, 0755) < 0) {