redraw gc window title when we open a pm. fixes #2777
This commit is contained in:
parent
0fb837f74f
commit
9a8862099e
|
@ -1707,6 +1707,7 @@ class ChatControl(ChatControlBase):
|
||||||
# reset to status image in gc if it is a pm
|
# reset to status image in gc if it is a pm
|
||||||
if is_pm:
|
if is_pm:
|
||||||
control.update_ui()
|
control.update_ui()
|
||||||
|
control.parent_win.show_title()
|
||||||
typ = 'pm'
|
typ = 'pm'
|
||||||
|
|
||||||
self.redraw_after_event_removed(jid)
|
self.redraw_after_event_removed(jid)
|
||||||
|
|
Loading…
Reference in New Issue