commit bf9da23f07249cfe8f5a5a5c4256d919b353b10c from: Premysl Hruby date: Thu Feb 12 16:26:12 2009 UTC fix of typo, thx to Enno Gottox Boland commit - 23739402150fd182244f36b58de4749a3fa4265c commit + bf9da23f07249cfe8f5a5a5c4256d919b353b10c blob - db9e9c0c0056a35329db8f32a0933bc0bcc78e3d blob + cfe1e7bf415947391acc4ec3669ecd35af490ca2 --- dwm.c +++ 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 */