From ed76b5451181d05a18c54e50034c7ae6b01f2515 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Mon, 13 May 2013 23:38:23 +0200 Subject: [PATCH] MessageTray: fix typo --- js/ui/messageTray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index 8c24812d1..64fcecf33 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -2645,7 +2645,7 @@ const MessageTray = new Lang.Class({ let hasRightClickMenu = this._summaryBoxPointerItem.rightClickMenu != null; if (this._clickedSummaryItemMouseButton == 1 || !hasRightClickMenu) { // Acknowledge all our notifications - this._summmaryBoxPointerItem.source.notifications.forEach(function(n) { n.acknowledged = true; }); + this._summaryBoxPointerItem.source.notifications.forEach(function(n) { n.acknowledged = true; }); this._summaryBoxPointer.bin.child = this._summaryBoxPointerItem.notificationStackWidget;