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

no need to call request_vcard twice, it's already in VcardWindow class

parent 6d570971
No related branches found
No related tags found
No related merge requests found
......@@ -1397,7 +1397,6 @@ class AccountModificationWindow:
else:
gajim.interface.instances[self.account]['infos'][jid] = \
vcard.VcardWindow(jid, self.account, True)
gajim.connections[self.account].request_vcard(jid)
def on_manage_proxies_button_clicked(self, widget):
if gajim.interface.instances.has_key('manage_proxies'):
......
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