Commit fa1ce22

Anselm R. Garbe <garbeam@gmail.com>
2007-09-20 15:45:27
fixed a comment
1 parent 1fafcb1
Changed files (1)
dwm.c
@@ -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();
 }