redraw parent when we add a child

This commit is contained in:
Yann Leboulanger 2006-02-05 10:28:58 +00:00
parent 89d2420473
commit 8e423a96ca
1 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,8 @@ class RosterWindow:
False, None))
self.draw_contact(contact.jid, account)
self.draw_avatar(contact.jid, account)
# Redraw parent to change icon
self.draw_contact(parent_contact.jid, account)
return
# JEP-0162
hide = True