commit 1a26389e2bb90150786b20f7706091e3b5620b59 from: a@null date: Sat Feb 14 11:21:24 2009 UTC applied nsz' remark commit - bf9da23f07249cfe8f5a5a5c4256d919b353b10c commit + 1a26389e2bb90150786b20f7706091e3b5620b59 blob - cfe1e7bf415947391acc4ec3669ecd35af490ca2 blob + ef723ccbe1ba48e8bf9b4bc16c2413c8b91414b5 --- dwm.c +++ dwm.c @@ -1463,7 +1463,7 @@ toggletag(const Arg *arg) { return; mask = sel->tags ^ (arg->ui & TAGMASK); - if(sel && mask) { + if(mask) { sel->tags = mask; arrange(); }