redraw gc contacts instead of remove / re-add them

This commit is contained in:
Yann Leboulanger 2006-03-13 19:40:06 +00:00
parent db6c9e7a05
commit d59178c385
1 changed files with 2 additions and 1 deletions

View File

@ -302,7 +302,8 @@ class GroupchatControl(ChatControlBase):
def update_ui(self):
ChatControlBase.update_ui(self)
self.draw_roster()
for nick in gajim.contacts.get_nick_list(self.account, self.room_jid):
self.draw_contact(nick)
def prepare_context_menu(self):
'''sets compact view menuitem active state