projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3f0445
)
typo fix
author
Anselm R Garbe
<garbeam@gmail.com>
Thu, 25 Jun 2009 10:17:42 +0000
(11:17 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Thu, 25 Jun 2009 10:17:42 +0000
(11:17 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index 645951200ef58878fe004fa36c48588af5e12d5f..26ec20b34f90cf2b67bb2d0e030c793b461c0024 100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1502,7
+1502,7
@@
tagmon(const Arg *arg) {
detach(c);
detachstack(c);
c->mon = m;
- c->tags =
selmon
->seltags; /* assign tags of target monitor */
+ c->tags =
m
->seltags; /* assign tags of target monitor */
attach(c);
attachstack(c);
m->sel = c;