2009/11/21 Michelle Konzack <[email protected]>: > Hello *, > > I get in my ~/.xsession-errors following error: > > [fvwm][CreateConditionMask]: <<DEPRECATED>> Use comma instead of whitespace > to seperate conditions
So you have something like: Next (foo CirculateHit AcceptsFocus) DoSomething When you reall meant: Next (foo, CirculateHit, AcceptsFocus) DoSomething If you want, put your config somewhere so I can see it and "convert" this error and likely dozens more. -- Thomas Adam
