diff options
author | dougb <dougb@FreeBSD.org> | 2004-10-24 18:59:21 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2004-10-24 18:59:21 +0800 |
commit | 7f2a3bbe6de8b4b0f0c5a2f7b7b6de8bb7ad710e (patch) | |
tree | 97f09e553ca23b564bf7e20d7fccb0da09a3f796 /x11-wm | |
parent | 8c7bf69fea72e59938c5c35878bfa6d74eceaef5 (diff) | |
download | freebsd-ports-gnome-7f2a3bbe6de8b4b0f0c5a2f7b7b6de8bb7ad710e.tar.gz freebsd-ports-gnome-7f2a3bbe6de8b4b0f0c5a2f7b7b6de8bb7ad710e.tar.zst freebsd-ports-gnome-7f2a3bbe6de8b4b0f0c5a2f7b7b6de8bb7ad710e.zip |
De-fuzz for 0.90.0
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/files/patch-ag | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/x11-wm/windowmaker/files/patch-ag b/x11-wm/windowmaker/files/patch-ag index d885e331e744..4449c252a818 100644 --- a/x11-wm/windowmaker/files/patch-ag +++ b/x11-wm/windowmaker/files/patch-ag @@ -1,26 +1,26 @@ ---- WPrefs.app/Paths.c.orig Fri Oct 9 07:35:39 1998 -+++ WPrefs.app/Paths.c Fri Oct 9 07:37:46 1998 -@@ -82,10 +82,10 @@ - wwarning(_("bad value in option IconPath. Using default path list")); - addPathToList(panel->icoL, -1, "~/pixmaps"); - addPathToList(panel->icoL, -1, "~/GNUstep/Library/Icons"); -- addPathToList(panel->icoL, -1, "/usr/include/X11/pixmaps"); -- addPathToList(panel->icoL, -1, "/usr/local/share/WindowMaker/Icons"); -- addPathToList(panel->icoL, -1, "/usr/local/share/WindowMaker/Pixmaps"); -- addPathToList(panel->icoL, -1, "/usr/share/WindowMaker/Icons"); -+ addPathToList(panel->icoL, -1, "%%PREFIX%%/include/X11/pixmaps"); -+ addPathToList(panel->icoL, -1, "%%PREFIX%%/share/WindowMaker/Icons"); -+ addPathToList(panel->icoL, -1, "%%PREFIX%%/share/WindowMaker/Pixmaps"); -+ addPathToList(panel->icoL, -1, "%%PREFIX%%/share/WindowMaker/Icons"); +--- WPrefs.app/Paths.c.orig Tue Oct 12 13:18:33 2004 ++++ WPrefs.app/Paths.c Sun Oct 24 01:46:01 2004 +@@ -85,10 +85,10 @@ + wwarning(_("bad value in option IconPath. Using default path list")); + addPathToList(panel->icoL, -1, "~/pixmaps"); + addPathToList(panel->icoL, -1, "~/GNUstep/Library/Icons"); +- addPathToList(panel->icoL, -1, "/usr/include/X11/pixmaps"); +- addPathToList(panel->icoL, -1, "/usr/local/share/WindowMaker/Icons"); +- addPathToList(panel->icoL, -1, "/usr/local/share/WindowMaker/Pixmaps"); +- addPathToList(panel->icoL, -1, "/usr/share/WindowMaker/Icons"); ++ addPathToList(panel->icoL, -1, "%%PREFIX%%/include/X11/pixmaps"); ++ addPathToList(panel->icoL, -1, "%%PREFIX%%/share/WindowMaker/Icons"); ++ addPathToList(panel->icoL, -1, "%%PREFIX%%/share/WindowMaker/Pixmaps"); ++ addPathToList(panel->icoL, -1, "%%PREFIX%%/share/WindowMaker/Icons"); } else { - for (i=0; i<PLGetNumberOfElements(array); i++) { - val = PLGetArrayElement(array, i); -@@ -99,7 +99,7 @@ - wwarning(_("bad value in option PixmapPath. Using default path list")); - addPathToList(panel->pixL, -1, "~/pixmaps"); - addPathToList(panel->pixL, -1, "~/GNUstep/Library/WindowMaker/Pixmaps"); -- addPathToList(panel->pixL, -1, "/usr/local/share/WindowMaker/Pixmaps"); -+ addPathToList(panel->pixL, -1, "%%PREFIX%%/share/WindowMaker/Pixmaps"); + for (i=0; i<WMGetPropListItemCount(array); i++) { + val = WMGetFromPLArray(array, i); +@@ -102,7 +102,7 @@ + wwarning(_("bad value in option PixmapPath. Using default path list")); + addPathToList(panel->pixL, -1, "~/pixmaps"); + addPathToList(panel->pixL, -1, "~/GNUstep/Library/WindowMaker/Pixmaps"); +- addPathToList(panel->pixL, -1, "/usr/local/share/WindowMaker/Pixmaps"); ++ addPathToList(panel->pixL, -1, "%%PREFIX%%/share/WindowMaker/Pixmaps"); } else { - for (i=0; i<PLGetNumberOfElements(array); i++) { - val = PLGetArrayElement(array, i); + for (i=0; i<WMGetPropListItemCount(array); i++) { + val = WMGetFromPLArray(array, i); |