CVS scott: fix bug in SwallowNewIfFocused function.

2007-07-11 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: scott   07/07/11 01:50:30

Modified files:
modules/FvwmTabs: ConfigFvwmTabs 

Log message:
fix bug in SwallowNewIfFocused function.




function oddity

2007-07-11 Thread Scott Smedley
Hi all,

I need confirmation I'm not crazy.

This works ok (substitute rxvt for xterm if appropriate):

AddToFunc fn I Exec exec rxvt $*
fn -e sleep 4

this is ok too:

AddToFunc fn3 I Test (x rxvt) Exec exec rxvt $*
fn3 -e sleep 4

but this isn't:

AddToFunc fn2
Test (x rxvt) + I Exec exec rxvt $*
fn2 -e sleep 4

(it starts up an interactive shell, instead of sleeping  exiting)

Am I missing something? or am I going to have to use the source?

Scott.