redraw gc window title when we open a pm. fixes #2777

This commit is contained in:
Yann Leboulanger 2006-12-13 12:52:59 +00:00
parent 0fb837f74f
commit 9a8862099e
1 changed files with 1 additions and 0 deletions

View File

@ -1707,6 +1707,7 @@ class ChatControl(ChatControlBase):
# reset to status image in gc if it is a pm
if is_pm:
control.update_ui()
control.parent_win.show_title()
typ = 'pm'
self.redraw_after_event_removed(jid)