]> git.pld-linux.org Git - packages/WSoundPrefs.git/commitdiff
- fixed paths
authorpius <pius@pld-linux.org>
Wed, 13 Oct 1999 19:45:34 +0000 (19:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    WSoundPrefs-soundpaths.patch -> 1.1

WSoundPrefs-soundpaths.patch [new file with mode: 0644]

diff --git a/WSoundPrefs-soundpaths.patch b/WSoundPrefs-soundpaths.patch
new file mode 100644 (file)
index 0000000..a894fcf
--- /dev/null
@@ -0,0 +1,20 @@
+--- WSoundPrefs-1.1.0/src/SoundPaths.c~        Mon Jun 14 09:28:21 1999
++++ WSoundPrefs-1.1.0/src/SoundPaths.c Wed Oct 13 21:57:38 1999
+@@ -70,7 +70,7 @@
+               if (array)
+                       wwarning(_("bad value in option SoundPath. Using default path list"));
+               addPathToList(panel->sndL, -1, "~/GNUstep/Library/WindowMaker/Sounds");
+-              addPathToList(panel->sndL, -1, "/usr/local/share/WindowMaker/Sounds");
++              addPathToList(panel->sndL, -1, "/usr/X11R6/share/WindowMaker/Sounds");
+       } else {
+               for (i=0; i<PLGetNumberOfElements(array); i++) {
+                       val = PLGetArrayElement(array, i);
+@@ -90,7 +90,7 @@
+               if (array)
+                       wwarning(_("bad value in option SoundSetPath. Using default path list"));
+               addPathToList(panel->sndsetL, -1, "~/GNUstep/Library/WindowMaker/SoundSets");
+-              addPathToList(panel->sndsetL, -1, "/usr/local/share/WindowMaker/SoundSets");
++              addPathToList(panel->sndsetL, -1, "/usr/X11R6/share/WindowMaker/SoundSets");
+       } else {
+               for (i=0; i<PLGetNumberOfElements(array); i++) {
+                       val = PLGetArrayElement(array, i);
This page took 0.071517 seconds and 4 git commands to generate.