diff --git a/js/ui/windowAttentionHandler.js b/js/ui/windowAttentionHandler.js index a8c688ef3..3e53f60b5 100644 --- a/js/ui/windowAttentionHandler.js +++ b/js/ui/windowAttentionHandler.js @@ -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',