From: <dom...@us...> - 2015-01-16 15:09:50
|
Revision: 670 http://sourceforge.net/p/fvwm-crystal/code/670 Author: dominique_libre Date: 2015-01-16 15:09:43 +0000 (Fri, 16 Jan 2015) Log Message: ----------- We dont want qjackctl to be autostarted by Music-QJackGUI Modified Paths: -------------- ChangeLog fvwm/components/functions/Music Modified: ChangeLog =================================================================== --- ChangeLog 2015-01-15 17:14:19 UTC (rev 669) +++ ChangeLog 2015-01-16 15:09:43 UTC (rev 670) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +vendredi 16 janvier 2015 + functions/Music: We don't want qjackctl to be autostarted by Music-QJackGUI + jeudi 15 janvier 2015 scripts/FileEditors/Show-Directories-Help: typo apps/DesktopIcons: Add title on the directories icons. Modified: fvwm/components/functions/Music =================================================================== --- fvwm/components/functions/Music 2015-01-15 17:14:19 UTC (rev 669) +++ fvwm/components/functions/Music 2015-01-16 15:09:43 UTC (rev 670) @@ -285,7 +285,7 @@ DestroyFunc Music-QJackGUI AddToFunc Music-QJackGUI + I All (qjackctl) Iconify toggle -+ I TestRc (NoMatch) Test (x qjackctl) Exec pidof qjackctl || exec qjackctl +#+ I TestRc (NoMatch) Test (x qjackctl) Exec pidof qjackctl || exec qjackctl + I Mixer-GUI # Button 1 mouse 4 {{{2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |