redraw parent when we add a child
This commit is contained in:
parent
89d2420473
commit
8e423a96ca
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue