aewl

changeset 747:f0e6c8860014

now clients perform only the first rule matching from config
author meillo@marmaro.de
date Sun, 11 Feb 2007 12:04:45 +0100
parents a28456200108
children 61821891835c
files tag.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/tag.c	Sun Feb 11 12:01:06 2007 +0100
     1.2 +++ b/tag.c	Sun Feb 11 12:04:45 2007 +0100
     1.3 @@ -96,6 +96,7 @@
     1.4  						c->tags[j] = True;
     1.5  					}
     1.6  				}
     1.7 +        break;  /* perform only the first rule matching */
     1.8  			}
     1.9  		if(ch.res_class)
    1.10  			XFree(ch.res_class);