From a73ff905b04a5f1dab6e0aface03317a81528a95 Mon Sep 17 00:00:00 2001 From: Anselm R Garbe Date: Thu, 25 Jun 2009 11:17:42 +0100 Subject: [PATCH] typo fix --- dwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm.c b/dwm.c index 6459512..26ec20b 100644 --- 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; -- 1.7.10.4