empty status message label in chat window when there is no more status message
This commit is contained in:
parent
605caae2b8
commit
62f17bdd44
|
@ -1246,10 +1246,11 @@ class ChatControl(ChatControlBase):
|
|||
status_text = '<span %s>%s</span>' % (font_attrs_small, status_text)
|
||||
else:
|
||||
status_text = '<span %s>%s</span>' % (font_attrs_small, status_escaped)
|
||||
else:
|
||||
status_text = ''
|
||||
self.status_tooltip.disable()
|
||||
|
||||
self.banner_status_label.set_markup(status_text)
|
||||
else:
|
||||
self.status_tooltip.disable()
|
||||
# setup the label that holds name and jid
|
||||
banner_name_label.set_markup(label_text)
|
||||
|
||||
|
|
Loading…
Reference in New Issue