messageTray.js: add collapsed signal on Notification

This commit is contained in:
Guillaume Desmottes 2011-05-27 11:08:32 +02:00
parent 9c849b0290
commit cc5c5e7e8a

View File

@ -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) {