Skip to content
Snippets Groups Projects
Commit 08020a31 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix for showing URL in chat banner. Fixes #6856

parent ece25908
No related branches found
No related tags found
No related merge requests found
......@@ -2063,7 +2063,7 @@ class ChatControl(ChatControlBase):
if status_escaped:
status_text = self.urlfinder.sub(self.make_href, status_escaped)
status_text = '<span %s>%s</span>' % (font_attrs_small, status_escaped)
status_text = '<span %s>%s</span>' % (font_attrs_small, status_text)
self.banner_status_label.set_tooltip_text(status)
self.banner_status_label.set_no_show_all(False)
self.banner_status_label.show()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment