# HG changeset patch # User meillo@marmaro.de # Date 1171191885 -3600 # Node ID f0e6c8860014ebaa7534667a2640bcf20331883d # Parent a28456200108fb547c6b75e6901d707fb532783e now clients perform only the first rule matching from config diff -r a28456200108 -r f0e6c8860014 tag.c --- a/tag.c Sun Feb 11 12:01:06 2007 +0100 +++ b/tag.c Sun Feb 11 12:04:45 2007 +0100 @@ -96,6 +96,7 @@ c->tags[j] = True; } } + break; /* perform only the first rule matching */ } if(ch.res_class) XFree(ch.res_class);