From: <dom...@us...> - 2013-04-04 22:38:54
|
Revision: 158 http://sourceforge.net/p/fvwm-crystal/code/158 Author: dominique_libre Date: 2013-04-04 22:38:51 +0000 (Thu, 04 Apr 2013) Log Message: ----------- Very strange, we need to pass 9 paramters to a function that use only 8 Modified Paths: -------------- ChangeLog fvwm/components/functions/NotificationAreaManager Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-04 22:16:16 UTC (rev 157) +++ ChangeLog 2013-04-04 22:38:51 UTC (rev 158) @@ -12,6 +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... 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:16:16 UTC (rev 157) +++ fvwm/components/functions/NotificationAreaManager 2013-04-04 22:38:51 UTC (rev 158) @@ -62,9 +62,10 @@ + I Style trayer NoTitle, !Borders, NoIcon # Call the wanted manager {{{1 +# Very strange, we need 9 parameters for trayer when we only use 8 DestroyFunc NotificationArea AddToFunc NotificationArea -+ I Test (EnvMatch NotificationAreaManager trayer) TrayerPanel $0 $1 $2 $3 $4 $5 $6 $7 ++ I Test (EnvMatch NotificationAreaManager trayer) TrayerPanel $0 $1 $2 $3 $4 $5 $6 $7 $9 + 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. |