pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fafcb1
)
fixed a comment
author
Anselm R. Garbe
<garbeam@gmail.com>
Thu, 20 Sep 2007 19:45:27 +0000
(21:45 +0200)
committer
Anselm R. Garbe
<garbeam@gmail.com>
Thu, 20 Sep 2007 19:45:27 +0000
(21:45 +0200)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
8762269
..
c555a62
100644
(file)
--- 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();
}