Escape groupchat name in tab label

This commit is contained in:
Philipp Hörist 2018-08-12 00:06:22 +02:00
parent f438a27ab8
commit 71586e01d2
1 changed files with 1 additions and 0 deletions

View File

@ -1037,6 +1037,7 @@ class GroupchatControl(ChatControlBase):
label_str = self.get_continued_conversation_name()
else:
label_str = self.name
label_str = GLib.markup_escape_text(label_str)
# count waiting highlighted messages
unread = ''