Skip to content
Snippets Groups Projects
Commit d59178c3 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

redraw gc contacts instead of remove / re-add them

parent db6c9e7a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment