about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-09-20 21:45:27 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-09-20 21:45:27 +0200
commitfa1ce22bc401567d7dadb10aa82672611293cc57 (patch)
tree69a63df89d7f6fbf2a125b9c739a6d7df2f6ef1e
parent1fafcb1820d37dbf58a864f2c10e1e24ae1a21d1 (diff)
downloaddwm-fa1ce22bc401567d7dadb10aa82672611293cc57.tar.gz
fixed a comment
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 8762269..c555a62 100644
--- a/dwm.c
+++ b/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();
 }
 
+0000 committer James Booth <boothj5@gmail.com> 2013-01-28 01:35:11 +0000 Renamed history modules' href='/danisanti/profani-tty/commit/src/history.h?id=c72d7ad6a6c919f09430d0781e99d59388871e4f'>c72d7ad6 ^
b6c5fef4 ^
c72d7ad6 ^



b6c5fef4 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33