dwm

my fork of dwm
Index Commits Files Refs README LICENSE
commit a73ff905b04a5f1dab6e0aface03317a81528a95
parent e3f0445df1dcdd34189c9d48cbad67dd32764575
Author: Anselm R Garbe <garbeam@gmail.com>
Date:   Thu, 25 Jun 2009 11:17:42 +0100

typo fix
Diffstat:
Mdwm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;