fix for showing URL in chat banner. Fixes #6856
This commit is contained in:
parent
ece2590892
commit
08020a310c
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue