update contact instance in chat control when a resource comes back online (a new contact instance is created). fixes #2619

This commit is contained in:
Yann Leboulanger 2006-11-02 00:07:15 +00:00
parent 4c64eb6cce
commit 18207be244
1 changed files with 1 additions and 0 deletions

View File

@ -1107,6 +1107,7 @@ class RosterWindow:
jid = contact.jid
win = gajim.interface.msg_win_mgr.get_window(j, account)
ctrl = win.get_control(j, account)
ctrl.contact = contact
ctrl.update_ui()
win.redraw_tab(ctrl)