summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnomeshell@pidgin.im/extension.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnomeshell@pidgin.im/extension.js b/gnomeshell@pidgin.im/extension.js
index ea9c0bc..6dd39a7 100644
--- a/gnomeshell@pidgin.im/extension.js
+++ b/gnomeshell@pidgin.im/extension.js
@@ -114,7 +114,7 @@ Source.prototype = {
// Start!
//
- this.title = GLib.markup_escape_text(proxy.PurpleBuddyGetAliasSync(this._author_buddy));
+ this.title = GLib.markup_escape_text(proxy.PurpleBuddyGetAliasSync(this._author_buddy), -1);
this._setSummaryIcon(this.createNotificationIcon());