fix client ignore_tag rule not beeing applied

This commit is contained in:
Jérémy Anger 2012-04-15 22:53:45 +02:00
parent e65c6a706a
commit 356556c51a

View File

@ -915,10 +915,8 @@ client_apply_rule(struct client *c)
if(r->flags & RULE_TAB)
W->flags ^= WMFS_TABNOC; /* < can be disable by client_tab_next_opened */
/* TODO
if(r->flags & RULE_IGNORE_TAG)
{}
*/
if(r->flags & RULE_IGNORE_TAG)
c->flags |= CLIENT_IGNORE_TAG;
c->flags |= CLIENT_RULED;
}