i3bar: inform _all_ clients of new tray selection owner

This fixes a problem with X-chat (and possibly others).

Fixes: #745
This commit is contained in:
Michael Stapelberg 2012-07-10 22:52:14 +02:00
parent 3fe3fdd2f9
commit 8a3574f301
1 changed files with 1 additions and 1 deletions

View File

@ -1042,7 +1042,7 @@ void init_tray() {
xcb_send_event(xcb_connection,
0,
xcb_root,
XCB_EVENT_MASK_STRUCTURE_NOTIFY,
0xFFFFFF,
(char*)ev);
free(event);
free(tray_reply);