From: Premysl Hruby Date: Thu, 12 Feb 2009 16:26:12 +0000 (+0100) Subject: fix of typo, thx to Enno Gottox Boland X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=bf9da23f07249cfe8f5a5a5c4256d919b353b10c fix of typo, thx to Enno Gottox Boland --- diff --git a/dwm.c b/dwm.c index db9e9c0..cfe1e7b 100644 --- a/dwm.c +++ b/dwm.c @@ -1015,7 +1015,7 @@ propertynotify(XEvent *e) { 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 */