Daniel Brötzmann pushed to branch mainwindow at gajim / gajim
Commits:
118db89a by wurstsalat at 2021-07-04T22:30:09+02:00
MUCSubject: Don’t escape subject text
- - - - -
1 changed file:
- gajim/gtk/conversation/rows/muc_subject.py
Changes:
=====================================
gajim/gtk/conversation/rows/muc_subject.py
=====================================
@@ -37,8 +37,6 @@ def __init__(self, account, text, nick, date):
self.timestamp = datetime.fromtimestamp(timestamp)
self.db_timestamp = timestamp
- text = GLib.markup_escape_text(text)
-
avatar_placeholder = Gtk.Box()
avatar_placeholder.set_size_request(AvatarSize.ROSTER, -1)
self.grid.attach(avatar_placeholder, 0, 0, 1, 2)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/118db89a1c52190c8a7cc883d618fb96ac120866
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/118db89a1c52190c8a7cc883d618fb96ac120866
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits