tapplied nsz' remark - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1a26389e2bb90150786b20f7706091e3b5620b59
 (DIR) parent bf9da23f07249cfe8f5a5a5c4256d919b353b10c
 (HTM) Author: a@null <unknown>
       Date:   Sat, 14 Feb 2009 11:21:24 +0000
       
       applied nsz' remark
       Diffstat:
         M dwm.c                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dwm.c b/dwm.c
       t@@ -1463,7 +1463,7 @@ toggletag(const Arg *arg) {
                        return;
                
                mask = sel->tags ^ (arg->ui & TAGMASK);
       -        if(sel && mask) {
       +        if(mask) {
                        sel->tags = mask;
                        arrange();
                }