Alexander Kotelnikov <sacha_at_debian.org> writes:
> Here is a simple .fvwm2rc that shows this:
> #
> DestroyFunc InitFunction
> AddToFunc InitFunction
> Module FvwmIconMan
> 
> DestroyFunc RestartFunction
> AddToFunc RestartFunction
> Module FvwmIconMan
> #
> 
> Start fvwm with it and you'll get two FvwmIconMan modules, while
> according to man fvwm only one should appear.
Where did you see that?  It should have been:
DestroyFunc InitFunction
AddToFunc InitFunction
+ I Module FvwmIconMan
DestroyFunc RestartFunction
AddToFunc RestartFunction
+ I Module FvwmIconMan
But, with recent releases, this would be better:
DestroyFunc 
AddToFunc StartFunction
+ I Module FvwmIconMan
-- 
Dan Espen
444 Hoes Lane  Room RRC 1C-214           E-mail: dane_at_mk.telcordia.com
Piscataway, NJ 08854                     Phone: (732) 699-5570
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Sat Jan 05 2002 - 07:40:04 GMT