From: <dom...@us...> - 2013-04-04 22:48:49
|
Revision: 159 http://sourceforge.net/p/fvwm-crystal/code/159 Author: dominique_libre Date: 2013-04-04 22:48:46 +0000 (Thu, 04 Apr 2013) Log Message: ----------- That's because the quoting must survive: typo Modified Paths: -------------- ChangeLog fvwm/components/functions/NotificationAreaManager Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-04 22:38:51 UTC (rev 158) +++ ChangeLog 2013-04-04 22:48:46 UTC (rev 159) @@ -12,9 +12,9 @@ area using function parameters instead of the environment. Updated the Default recipe to use it. Updated the Amiga recipe to use it. - functions/NotificationAreaManager: Very strange, we need to pass 9 - paramters to the trayer function when only 8 are used in this - function... + functions/NotificationAreaManager: We need to pass 9 paramters to + the trayer function when only 8 are used in it, that's because the + quoting must survive to that file. Mercredi 3 Avril 2013 Dominique Michel fvwm-crystal.generate-menu: run convert on the generated icon to Modified: fvwm/components/functions/NotificationAreaManager =================================================================== --- fvwm/components/functions/NotificationAreaManager 2013-04-04 22:38:51 UTC (rev 158) +++ fvwm/components/functions/NotificationAreaManager 2013-04-04 22:48:46 UTC (rev 159) @@ -63,9 +63,10 @@ # Call the wanted manager {{{1 # Very strange, we need 9 parameters for trayer when we only use 8 +# It's because the quoting are transmited here and are needed. DestroyFunc NotificationArea AddToFunc NotificationArea -+ I Test (EnvMatch NotificationAreaManager trayer) TrayerPanel $0 $1 $2 $3 $4 $5 $6 $7 $9 ++ I Test (EnvMatch NotificationAreaManager trayer) TrayerPanel $0 $1 $2 $3 $4 $5 $6 $7 $8 + I Test (EnvMatch NotificationAreaManager stalonetray) FvwmStalonePanel $* # vim:ft=fvwm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |