[gnome-shell] telepathyClient: Fix undefined variable
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] telepathyClient: Fix undefined variable
- Date: Fri, 9 Sep 2011 14:50:44 +0000 (UTC)
commit 8af4fd64c1b97096260ddf50168f84388ad06a25
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Sep 8 21:37:25 2011 -0400
telepathyClient: Fix undefined variable
https://bugzilla.gnome.org/show_bug.cgi?id=658624
js/ui/telepathyClient.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/telepathyClient.js b/js/ui/telepathyClient.js
index 1fba939..a8c02b8 100644
--- a/js/ui/telepathyClient.js
+++ b/js/ui/telepathyClient.js
@@ -1019,7 +1019,7 @@ ChatNotification.prototype = {
IM name. */
let message = '<i>' + _("%s is now known as %s").format(oldAlias, newAlias) + '</i>';
- let label = this._append({ body: text,
+ let label = this._append({ body: message,
group: 'meta',
styles: ['chat-meta-message'] });
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]