# HG changeset patch # User Anselm R Garbe # Date 1245925062 -3600 # Node ID f6514f1cdddf1a23d84b8f10a7cf92098b396950 # Parent 90b25302c8eecd4d996d5bdb373964b33028acc2 typo fix diff -r 90b25302c8ee -r f6514f1cdddf dwm.c --- a/dwm.c Thu Jun 25 11:10:19 2009 +0100 +++ b/dwm.c Thu Jun 25 11:17:42 2009 +0100 @@ -1502,7 +1502,7 @@ 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;