mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
This commit is contained in:
parent
65a5baa902
commit
025985eb07
1 changed files with 1 additions and 0 deletions
|
|
@ -677,6 +677,7 @@ const Notification = new Lang.Class({
|
|||
}
|
||||
|
||||
this.updated();
|
||||
this.emit('updated', params.clear);
|
||||
},
|
||||
|
||||
setIconVisible: function(visible) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue