summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIzhar Firdaus <izhar@inigo-tech.com>2011-04-13 13:31:40 +0800
committerIzhar Firdaus <izhar@inigo-tech.com>2011-04-13 13:31:40 +0800
commit6f513f4b5314d1c30bb7db61d1bc9f4060047616 (patch)
tree22187367bb15ae1103c15ecc3aa81f55b1d42e00
parent41c9dff5f13a48405a82e8506747e1429a21dfca (diff)
downloadhack-patches-6f513f4b5314d1c30bb7db61d1bc9f4060047616.tar.gz
hack-patches-6f513f4b5314d1c30bb7db61d1bc9f4060047616.tar.xz
hack-patches-6f513f4b5314d1c30bb7db61d1bc9f4060047616.zip
missing parameter for markup_escape_text
-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());