From: <dom...@us...> - 2020-04-05 11:04:39
|
Revision: 1025 http://sourceforge.net/p/fvwm-crystal/code/1025 Author: dominique_libre Date: 2020-04-05 11:04:37 +0000 (Sun, 05 Apr 2020) Log Message: ----------- Fix warning Modified Paths: -------------- ChangeLog fvwm/components/functions/Mixer Modified: ChangeLog =================================================================== --- ChangeLog 2020-04-04 20:01:09 UTC (rev 1024) +++ ChangeLog 2020-04-05 11:04:37 UTC (rev 1025) @@ -1,5 +1,11 @@ ChangeLog for FVWM-Crystal +Verion 3.6.3 +------------ + +dimanche 5 avril 2020 + fvwm/components/functions/Mixer: fix warning. + samedi 4 avril 2020 - fvwm/scripts/FvwmMPD/listsongs.sh; - fvwm/scripts/FvwmMPD/stripnames.py; Modified: fvwm/components/functions/Mixer =================================================================== --- fvwm/components/functions/Mixer 2020-04-04 20:01:09 UTC (rev 1024) +++ fvwm/components/functions/Mixer 2020-04-05 11:04:37 UTC (rev 1025) @@ -178,7 +178,7 @@ amixer) echo "+ I All (\\\"ALSA Mixer\\\") Close" ; \\ echo "+ I TestRc (Match) Break" ; \\ echo "+ I TestRc (NoMatch) None (\\\"ALSA Mixer\\\") Test (x alsamixerguis) X alsamixerguis" ; \\ - echo "+ I TestRc (Match) None (\\\'ALSA Mixer\\\') AT \\\"ALSA Mixer\\\" \\\"alsamixer -c $[infostore.SoundCard]\\\"" ;; \\ + echo "+ I TestRc (Match) None (\\\"ALSA Mixer\\\") AT \\\"ALSA Mixer\\\" \\\"alsamixer -c $[infostore.SoundCard]\\\"" ;; \\ aumix) echo "+ I All (aumix) Close" ; \\ echo "+ I TestRc (NoMatch) X aumix -d /dev/mixer$[infostore.SoundCard] -I" ;; \\ audacious) echo "+ I Nop" ;; \\ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |