From: <dom...@us...> - 2013-04-08 18:47:29
|
Revision: 198 http://sourceforge.net/p/fvwm-crystal/code/198 Author: dominique_libre Date: 2013-04-08 18:47:23 +0000 (Mon, 08 Apr 2013) Log Message: ----------- functions/Exec-Accelerator: add missing quotes in AT function Modified Paths: -------------- ChangeLog fvwm/components/functions/Exec-Accelerator Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-08 17:06:07 UTC (rev 197) +++ ChangeLog 2013-04-08 18:47:23 UTC (rev 198) @@ -14,7 +14,7 @@ Mass removingg of the fonts encoding; Crystal use Xft and it is better to use the user default config. functions/Exec-Accelerator: silent the external applications that send - junk (from Fvwm point of vue) at stderr + junk (from Fvwm point of vue) at stderr; add missinmg quotes in AT function. functions/NotificationAreaManager-*: silent trayer and stalonetray as well Dimanche 7 Avril 2013 Dominique Michel Modified: fvwm/components/functions/Exec-Accelerator =================================================================== --- fvwm/components/functions/Exec-Accelerator 2013-04-08 17:06:07 UTC (rev 197) +++ fvwm/components/functions/Exec-Accelerator 2013-04-08 18:47:23 UTC (rev 198) @@ -67,7 +67,7 @@ DestroyFunc AT AddToFunc AT + I Window-SetPlacementPolicy -+ I Test (!EnvMatch DefaultTerminal gnome-terminal, !EnvMatch DefaultTerminal multi-gnome-terminal, !EnvMatch DefaultTerminal terminator) Exec exec $[DefaultTerminal] -title $0 -e $1 ++ I Test (!EnvMatch DefaultTerminal gnome-terminal, !EnvMatch DefaultTerminal multi-gnome-terminal, !EnvMatch DefaultTerminal terminator) Exec exec $[DefaultTerminal] -title "$0" -e $1 + I TestRc (NoMatch) Exec exec $[DefaultTerminal] --title "$0" -e "$1" $[infostore.SILENT] # Usage: C [command] [command options] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |