From cc5c5e7e8a44db47c129b3935c2646d74aed722a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 27 May 2011 11:08:32 +0200 Subject: [PATCH] messageTray.js: add collapsed signal on Notification --- js/ui/messageTray.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index 6014b4bb1..383a68a5a 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -829,6 +829,7 @@ Notification.prototype = { // Restore banner opacity in case the notification is shown in the // banner mode again on update. this._bannerLabel.opacity = 255; + this.emit('collapsed'); }, _onActionInvoked: function(actor, mouseButtonClicked, id) {