[hackers] [dwm] fixed a comment

From: Anselm R. Garbe <garbeam_AT_gmail.com>
Date: Thu Sep 20 21:46:12 2007

changeset: 1004:9bb192795c5a
tag: tip
user: Anselm R. Garbe <garbeam_AT_gmail.com>
date: Thu Sep 20 21:45:27 2007 +0200
summary: fixed a comment

diff -r 19d4ccea9745 -r 9bb192795c5a dwm.c
--- a/dwm.c Wed Sep 19 17:32:28 2007 +0200
+++ b/dwm.c Thu Sep 20 21:45:27 2007 +0200
@@ -1673,7 +1673,7 @@ toggleview(const char *arg) {
         seltags[i] = !seltags[i];
         for(j = 0; j < ntags && !seltags[j]; j++);
         if(j == ntags)
- seltags[i] = True; /* cannot toggle last view */
+ seltags[i] = True; /* at least one tag must be viewed */
         arrange();
 }
 
Received on Thu Sep 20 2007 - 21:46:12 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:58:12 UTC