From 6f513f4b5314d1c30bb7db61d1bc9f4060047616 Mon Sep 17 00:00:00 2001 From: Izhar Firdaus Date: Wed, 13 Apr 2011 13:31:40 +0800 Subject: missing parameter for markup_escape_text --- gnomeshell@pidgin.im/extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- cgit