redraw groupchat group row when we receive a presence. Fixes #5992

This commit is contained in:
Yann Leboulanger 2010-12-22 18:19:48 +01:00
parent e6f0dfd0a5
commit 860668b714
1 changed files with 1 additions and 0 deletions

View File

@ -2501,6 +2501,7 @@ class RosterWindow:
if contact:
contact.show = obj.show
self.draw_contact(obj.room_jid, account)
self.draw_group(_('Groupchats'), account)
def _nec_roster_received(self, obj):
if obj.received_from_server: