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 wrap: on
line diff
--- 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);