windowAttentionHandler: Fix typo

Gah, thanks Alessandro Bono for the quick catch ...
This commit is contained in:
Florian Müllner 2017-10-26 19:54:09 +02:00
parent eecbd4dd42
commit e765e684c3

View File

@ -79,7 +79,7 @@ var Source = new Lang.Class({
this.signalIDs = [];
},
_createPoliy: function() {
_createPolicy: function() {
if (this._app && this._app.get_app_info()) {
let id = this._app.get_id().replace(/\.desktop$/,'');
return new MessageTray.NotificationApplicationPolicy(id);