[hackers] [dwm] typo fix || Anselm R Garbe

From: <hg_AT_suckless.org>
Date: Thu, 25 Jun 2009 10:17:48 +0000 (UTC)

changeset: 1422:f6514f1cdddf
tag: tip
user: Anselm R Garbe <garbeam_AT_gmail.com>
date: Thu Jun 25 11:17:42 2009 +0100
files: dwm.c
description:
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;
Received on Thu Jun 25 2009 - 10:17:48 UTC

This archive was generated by hypermail 2.2.0 : Thu Jun 25 2009 - 10:24:05 UTC