diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index 78227378c..345c6305b 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -596,6 +596,9 @@ MessageTray.prototype = { }, _onNotify: function(source, notification) { + if (notification == this._summaryNotification) + return; + if (this._getNotification(notification.id, source) == null) { notification.connect('destroy', Lang.bind(this, this.removeNotification));