diff --git a/gajim/gtk/roster_item_exchange.py b/gajim/gtk/roster_item_exchange.py
index 8bfc851ca5e9647c895477f6414a087089363b9e..a57865c48acd703e98670f3bfed9aa52fe6e5f62 100644
--- a/gajim/gtk/roster_item_exchange.py
+++ b/gajim/gtk/roster_item_exchange.py
@@ -227,7 +227,7 @@ def _on_accept_button_clicked(self, _widget):
                     con = app.connections[self.account]
                     con.get_module('Roster').update_contact(
                         jid, model[iter_][2], groups)
-                    self.draw_contact(jid, self.account)
+                    con.get_module('Roster').draw_contact(jid, self.account)
                     # Update opened chats
                     ctrl = app.interface.msg_win_mgr.get_control(jid,
                                                                  self.account)