Commit a73ff90

Anselm R Garbe <garbeam@gmail.com>
2009-06-25 06:17:42
typo fix
1 parent e3f0445
Changed files (1)
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;