ttypo fix - dwm - [fork] customized build of dwm, the dynamic window manager
HTML git clone git://src.adamsgaard.dk/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit a73ff905b04a5f1dab6e0aface03317a81528a95
DIR parent e3f0445df1dcdd34189c9d48cbad67dd32764575
HTML Author: Anselm R Garbe <garbeam@gmail.com>
Date: Thu, 25 Jun 2009 11:17:42 +0100
ttypo fix
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/dwm.c b/dwm.c
t@@ -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;