windowAttentionHandler: Fix syntax errors

Gah, why didn't we catch those?!
This commit is contained in:
Florian Müllner 2018-11-14 19:38:33 +01:00
parent 284978757e
commit 240f3faf6e

View File

@ -68,9 +68,9 @@ var Source = new Lang.Class({
this.signalIDs = [];
this.signalIDs.push(this._window.connect('notify::demands-attention',
this._sync.bind(this));
this._sync.bind(this)));
this.signalIDs.push(this._window.connect('notify::urgent',
this._sync.bind(this));
this._sync.bind(this)));
this.signalIDs.push(this._window.connect('focus',
() => { this.destroy(); }));
this.signalIDs.push(this._window.connect('unmanaged',