From c62463da922cc9d092e6aa9ca5ca9328c57fd79f Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 28 Apr 2006 20:55:00 +0000 Subject: [PATCH] no need to call request_vcard twice, it's already in VcardWindow class --- src/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config.py b/src/config.py index ec63b2236..aa3acfe8a 100644 --- a/src/config.py +++ b/src/config.py @@ -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'):