mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-07 22:34:18 +01:00
applied patch to use more gnustepish paths for some internal data files
This commit is contained in:
@@ -1726,7 +1726,7 @@ createPanel(Panel *p)
|
||||
char *tmp;
|
||||
Bool ok = True;
|
||||
|
||||
panel->fprefix = wstrconcat(wusergnusteppath(), "/.AppInfo");
|
||||
panel->fprefix = wstrconcat(wusergnusteppath(), "/Library/WindowMaker/WPrefs");
|
||||
|
||||
if (access(panel->fprefix, F_OK)!=0) {
|
||||
if (mkdir(panel->fprefix, 0755) < 0) {
|
||||
|
||||
Reference in New Issue
Block a user