telepathyClient: Fix a typo
Whoops, that notifiction was never shown. Spotted by coverity in CID 351223. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1950>
This commit is contained in:
parent
f719ea8d69
commit
474fd47fc0
@ -415,7 +415,7 @@ class ChatSource extends MessageTray.Source {
|
||||
|
||||
_updateAvatarIcon() {
|
||||
this.iconUpdated();
|
||||
if (this._notifiction) {
|
||||
if (this._notification) {
|
||||
this._notification.update(this._notification.title,
|
||||
this._notification.bannerBodyText,
|
||||
{ gicon: this.getIcon() });
|
||||
|
Loading…
Reference in New Issue
Block a user