Hello, looking in fvwm/conditional.c the Test command defaults to a match
being found, so checking for Test (True) Blah.. (around line 1611) is
essentially useless, shouldn't it default to no match, for example:

$ cvs diff conditional.c 
Index: conditional.c
===================================================================
RCS file: /home/cvs/fvwm/fvwm/fvwm/conditional.c,v
retrieving revision 1.92
diff -u -w -r1.92 conditional.c
--- conditional.c       2 Apr 2004 12:09:33 -0000       1.92
+++ conditional.c       8 May 2004 10:12:37 -0000
@@ -1594,7 +1594,7 @@
        tmp = flags;
        tmp = GetNextSimpleOption(tmp, &condition);
 
-       match = True;
+       match = False;
        error = False;
        while (condition)
        {


This way Test ($0) in functions can look for True/False or similar :)

-- 
-------------------------------------
[EMAIL PROTECTED] | finger me for my gpg key.
-------------------------------------------------------

Attachment: pgpVN8GMS12py.pgp
Description: PGP signature

Reply via email to