[gnome-shell] telepathyClient: Fix undefined variable



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]