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: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3149>
This commit is contained in:
parent
569f88537a
commit
e889bff1c6
@ -288,7 +288,6 @@ class ObjLink extends St.Button {
|
|||||||
text = title;
|
text = title;
|
||||||
else
|
else
|
||||||
text = objectToString(o);
|
text = objectToString(o);
|
||||||
text = GLib.markup_escape_text(text, -1);
|
|
||||||
|
|
||||||
super._init({
|
super._init({
|
||||||
reactive: true,
|
reactive: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user