mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue