fix of typo, thx to Enno Gottox Boland
bf9da23f
1 file(s) · +1 −1
| 1015 | 1015 | Window trans; |
|
| 1016 | 1016 | XPropertyEvent *ev = &e->xproperty; |
|
| 1017 | 1017 | ||
| 1018 | - | if((ev->window == root) && (ev->atom = XA_WM_NAME)) |
|
| 1018 | + | if((ev->window == root) && (ev->atom == XA_WM_NAME)) |
|
| 1019 | 1019 | updatestatus(); |
|
| 1020 | 1020 | else if(ev->state == PropertyDelete) |
|
| 1021 | 1021 | return; /* ignore */ |