bug fix: set not matched tags to False instead of nothing

This commit is contained in:
Julien Danjou 2007-10-02 10:36:49 +02:00
parent 5b8c8784c2
commit 17ec922077
1 changed files with 2 additions and 0 deletions

2
tag.c
View File

@ -86,6 +86,8 @@ applyrules(Client * c, awesome_config *awesomeconf)
matched = True;
c->tags[j] = True;
}
else
c->tags[j] = False;
}
p_delete(&prop);
if(ch.res_class)