Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2006-04-29 00:55:00 +0400
committerYann Leboulanger <asterix@lagaule.org>2006-04-29 00:55:00 +0400
commitc62463da922cc9d092e6aa9ca5ca9328c57fd79f (patch)
treefbbd580c281e1bd17b5b40d3de6d690bd0b8f0fd
parent6d570971773f70cef2e847f9176a69c440dbba1a (diff)
no need to call request_vcard twice, it's already in VcardWindow class
-rw-r--r--src/config.py1
1 files changed, 0 insertions, 1 deletions
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'):