[dwm] [PATCH] small fix in propertynotify

From: Enno \ <gottox_AT_gmail.com>
Date: Thu, 12 Feb 2009 17:16:48 +0100

looks like a typo.

diff -r cf81cf8ab206 dwm.c
--- a/dwm.c Sun Feb 08 12:11:35 2009 +0000
+++ b/dwm.c Thu Feb 12 17:13:40 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 */

-- 
http://www.gnuffy.org - Real Community Distro
http://www.gnuffy.org/index.php/GnuEm - Gnuffy on Ipaq (Codename Peggy)
Received on Thu Feb 12 2009 - 16:16:48 UTC

This archive was generated by hypermail 2.2.0 : Thu Feb 12 2009 - 16:24:04 UTC