windowAttentionHandler: Fix typo
Gah, thanks Alessandro Bono for the quick catch ...
This commit is contained in:
parent
eecbd4dd42
commit
e765e684c3
@ -79,7 +79,7 @@ var Source = new Lang.Class({
|
|||||||
this.signalIDs = [];
|
this.signalIDs = [];
|
||||||
},
|
},
|
||||||
|
|
||||||
_createPoliy: function() {
|
_createPolicy: function() {
|
||||||
if (this._app && this._app.get_app_info()) {
|
if (this._app && this._app.get_app_info()) {
|
||||||
let id = this._app.get_id().replace(/\.desktop$/,'');
|
let id = this._app.get_id().replace(/\.desktop$/,'');
|
||||||
return new MessageTray.NotificationApplicationPolicy(id);
|
return new MessageTray.NotificationApplicationPolicy(id);
|
||||||
|
Loading…
Reference in New Issue
Block a user