Philipp Hörist pushed to branch master at gajim / gajim

Commits:
71586e01 by Philipp Hörist at 2018-08-11T22:06:22Z
Escape groupchat name in tab label

- - - - -


1 changed file:

- gajim/groupchat_control.py


Changes:

=====================================
gajim/groupchat_control.py
=====================================
--- a/gajim/groupchat_control.py
+++ b/gajim/groupchat_control.py
@@ -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 = ''



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/71586e01d227bf7ea70714fdef3fa96fd4ddb5da

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/71586e01d227bf7ea70714fdef3fa96fd4ddb5da
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

Reply via email to