]> git.pld-linux.org Git - packages/WSoundPrefs.git/blob - WSoundPrefs-soundpaths.patch
- fixed paths
[packages/WSoundPrefs.git] / WSoundPrefs-soundpaths.patch
1 --- WSoundPrefs-1.1.0/src/SoundPaths.c~ Mon Jun 14 09:28:21 1999
2 +++ WSoundPrefs-1.1.0/src/SoundPaths.c  Wed Oct 13 21:57:38 1999
3 @@ -70,7 +70,7 @@
4                 if (array)
5                         wwarning(_("bad value in option SoundPath. Using default path list"));
6                 addPathToList(panel->sndL, -1, "~/GNUstep/Library/WindowMaker/Sounds");
7 -               addPathToList(panel->sndL, -1, "/usr/local/share/WindowMaker/Sounds");
8 +               addPathToList(panel->sndL, -1, "/usr/X11R6/share/WindowMaker/Sounds");
9         } else {
10                 for (i=0; i<PLGetNumberOfElements(array); i++) {
11                         val = PLGetArrayElement(array, i);
12 @@ -90,7 +90,7 @@
13                 if (array)
14                         wwarning(_("bad value in option SoundSetPath. Using default path list"));
15                 addPathToList(panel->sndsetL, -1, "~/GNUstep/Library/WindowMaker/SoundSets");
16 -               addPathToList(panel->sndsetL, -1, "/usr/local/share/WindowMaker/SoundSets");
17 +               addPathToList(panel->sndsetL, -1, "/usr/X11R6/share/WindowMaker/SoundSets");
18         } else {
19                 for (i=0; i<PLGetNumberOfElements(array); i++) {
20                         val = PLGetArrayElement(array, i);
This page took 0.052333 seconds and 3 git commands to generate.