Skip to content
Snippets Groups Projects
Commit f2248c3b authored by Philipp Hörist's avatar Philipp Hörist
Browse files

RosterItemExchange: Correctly draw contact after update

parent a9d90da2
No related branches found
No related tags found
No related merge requests found
...@@ -227,7 +227,7 @@ def _on_accept_button_clicked(self, _widget): ...@@ -227,7 +227,7 @@ def _on_accept_button_clicked(self, _widget):
con = app.connections[self.account] con = app.connections[self.account]
con.get_module('Roster').update_contact( con.get_module('Roster').update_contact(
jid, model[iter_][2], groups) jid, model[iter_][2], groups)
self.draw_contact(jid, self.account) con.get_module('Roster').draw_contact(jid, self.account)
# Update opened chats # Update opened chats
ctrl = app.interface.msg_win_mgr.get_control(jid, ctrl = app.interface.msg_win_mgr.get_control(jid,
self.account) self.account)
......
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