From e889bff1c6cc15d740f1ecd882bb9cac49d9ce18 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Mon, 29 Jan 2024 16:41:03 +0100 Subject: [PATCH] lookingGlass: Do not escape markup in button subclass constructor Buttons no longer take Pango markup by default, there's no longer need to escape text here. Part-of: --- js/ui/lookingGlass.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/ui/lookingGlass.js b/js/ui/lookingGlass.js index b9f8589a3..043d2fa5e 100644 --- a/js/ui/lookingGlass.js +++ b/js/ui/lookingGlass.js @@ -288,7 +288,6 @@ class ObjLink extends St.Button { text = title; else text = objectToString(o); - text = GLib.markup_escape_text(text, -1); super._init({ reactive: true,