From 025985eb07a53afc648f09c2762d4b454d888c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 19 Feb 2015 19:23:14 +0100 Subject: [PATCH] messageTray: Notify on notification updates Since notification support was added to the lock screen, notifications are no longer necessarily represented by the actual notification actor anymore. However when an existing notification is updated, external representations currently become outdated. Emit an appropriate signal which allows them to update. https://bugzilla.gnome.org/show_bug.cgi?id=744817 --- js/ui/messageTray.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index 4fe17f5dc..3d1a8b268 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -677,6 +677,7 @@ const Notification = new Lang.Class({ } this.updated(); + this.emit('updated', params.clear); }, setIconVisible: function(visible) {