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

Commits:
aaab5f17 by Philipp Hörist at 2018-07-11T19:04:09+02:00
Remove whitespace char from groupchat label

- - - - -


1 changed file:

- gajim/groupchat_control.py


Changes:

=====================================
gajim/groupchat_control.py
=====================================
--- a/gajim/groupchat_control.py
+++ b/gajim/groupchat_control.py
@@ -1139,7 +1139,7 @@ class GroupchatControl(ChatControlBase):
             name = self.get_continued_conversation_name()
         else:
             name = self.room_jid
-        text = '<span %s>%s</span>' % (font_attrs, '\u200E' + name)
+        text = '<span %s>%s</span>' % (font_attrs, name)
         self.name_label.set_markup(text)
 
         if self.subject:



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

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