typo fix a73ff905
Anselm R Garbe · 2009-06-25 11:17 1 file(s) · +1 −1
dwm.c +1 −1
1502 1502
			detach(c);
1503 1503
			detachstack(c);
1504 1504
			c->mon = m;
1505 -
			c->tags = selmon->seltags; /* assign tags of target monitor */
1505 +
			c->tags = m->seltags; /* assign tags of target monitor */
1506 1506
			attach(c);
1507 1507
			attachstack(c);
1508 1508
			m->sel = c;