From e765e684c3571c98a22b5b425e1b9ae23a2b445f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 26 Oct 2017 19:54:09 +0200 Subject: [PATCH] windowAttentionHandler: Fix typo Gah, thanks Alessandro Bono for the quick catch ... --- js/ui/windowAttentionHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/windowAttentionHandler.js b/js/ui/windowAttentionHandler.js index edd671a2c..4617193a7 100644 --- a/js/ui/windowAttentionHandler.js +++ b/js/ui/windowAttentionHandler.js @@ -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);