[gnome-shell/gnome-40] telepathyClient: Fix a typo
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gnome-40] telepathyClient: Fix a typo
- Date: Mon, 16 Aug 2021 00:44:56 +0000 (UTC)
commit 29fb6fff8151148094f83a30626d1c434865af75
Author: Florian Müllner <fmuellner gnome org>
Date: Fri Aug 13 02:39:34 2021 +0200
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>
(cherry picked from commit 474fd47fc035f912fb11b830b582022597e5a892)
js/ui/components/telepathyClient.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/components/telepathyClient.js b/js/ui/components/telepathyClient.js
index 0c9514e2b5..103688259c 100644
--- a/js/ui/components/telepathyClient.js
+++ b/js/ui/components/telepathyClient.js
@@ -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() });
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]