applied nsz' remark

This commit is contained in:
a@null 2009-02-14 11:21:24 +00:00
parent bf9da23f07
commit 1a26389e2b
1 changed files with 1 additions and 1 deletions

2
dwm.c
View File

@ -1463,7 +1463,7 @@ toggletag(const Arg *arg) {
return;
mask = sel->tags ^ (arg->ui & TAGMASK);
if(sel && mask) {
if(mask) {
sel->tags = mask;
arrange();
}