]> git.pld-linux.org Git - packages/WSoundPrefs.git/commitdiff
- proper paths
authorhavner <havner@pld-linux.org>
Sun, 7 Nov 2004 17:36:42 +0000 (17:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    WSoundPrefs-soundpaths.patch -> 1.2

WSoundPrefs-soundpaths.patch

index a894fcfc40c6427de15fb506bb3c9ea69d45e2e4..a2b28675568e41e93c75d97b5de2ac20b8ea4b3d 100644 (file)
@@ -5,7 +5,7 @@
                        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");
++              addPathToList(panel->sndL, -1, "/usr/share/WindowMaker/Sounds");
        } else {
                for (i=0; i<PLGetNumberOfElements(array); i++) {
                        val = PLGetArrayElement(array, i);
@@ -14,7 +14,7 @@
                        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");
++              addPathToList(panel->sndsetL, -1, "/usr/share/WindowMaker/SoundSets");
        } else {
                for (i=0; i<PLGetNumberOfElements(array); i++) {
                        val = PLGetArrayElement(array, i);
This page took 0.064362 seconds and 4 git commands to generate.