mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
windowAttentionHandler: Fix typo
Gah, thanks Alessandro Bono for the quick catch ...
This commit is contained in:
parent
eecbd4dd42
commit
e765e684c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue