all repos — dwm @ bf9da23f07249cfe8f5a5a5c4256d919b353b10c

my dwm build

fix of typo, thx to Enno Gottox Boland
Premysl Hruby dfenze@gmail.com
Thu, 12 Feb 2009 17:26:12 +0100
commit

bf9da23f07249cfe8f5a5a5c4256d919b353b10c

parent

23739402150fd182244f36b58de4749a3fa4265c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M dwm.cdwm.c

@@ -1015,7 +1015,7 @@ Client *c;

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 */