[hackers] [dwm] fix of typo, thx to Enno Gottox Boland || Premysl Hruby

From: <hg_AT_suckless.org>
Date: Thu, 12 Feb 2009 16:26:32 +0000 (UTC)

changeset: 1385:85a8eff4c123
tag: tip
user: Premysl Hruby <dfenze_AT_gmail.com>
date: Thu Feb 12 17:26:12 2009 +0100
files: dwm.c
description:
fix of typo, thx to Enno Gottox Boland

diff -r cf81cf8ab206 -r 85a8eff4c123 dwm.c
--- a/dwm.c Sun Feb 08 12:11:35 2009 +0000
+++ b/dwm.c Thu Feb 12 17:26:12 2009 +0100
@@ -1015,7 +1015,7 @@
         Window trans;
         XPropertyEvent *ev = &e->xproperty;
 
- if((ev->window == root) && (ev->atom = XA_WM_NAME))
+ if((ev->window == root) && (ev->atom == XA_WM_NAME))
                 updatestatus();
         else if(ev->state == PropertyDelete)
                 return; /* ignore */
Received on Thu Feb 12 2009 - 16:26:32 UTC

This archive was generated by hypermail 2.2.0 : Thu Feb 12 2009 - 16:36:06 UTC