[hackers] [dwm] applied nsz' remark || a

From: <hg_AT_suckless.org>
Date: Sat, 14 Feb 2009 11:21:30 +0000 (UTC)

changeset: 1386:a98f0e8ea6cb
tag: tip
user: a_AT_null
date: Sat Feb 14 11:21:24 2009 +0000
files: dwm.c
description:
applied nsz' remark

diff -r 85a8eff4c123 -r a98f0e8ea6cb dwm.c
--- a/dwm.c Thu Feb 12 17:26:12 2009 +0100
+++ b/dwm.c Sat Feb 14 11:21:24 2009 +0000
@@ -1463,7 +1463,7 @@
                 return;
         
         mask = sel->tags ^ (arg->ui & TAGMASK);
- if(sel && mask) {
+ if(mask) {
                 sel->tags = mask;
                 arrange();
         }
Received on Sat Feb 14 2009 - 11:21:30 UTC

This archive was generated by hypermail 2.2.0 : Sat Feb 14 2009 - 11:24:06 UTC