diff --git a/src/vcard.py b/src/vcard.py index 716a6b810..7ddd26684 100644 --- a/src/vcard.py +++ b/src/vcard.py @@ -286,7 +286,7 @@ class VcardWindow: if gajim.contacts[self.account].has_key(self.contact.jid): for c in gajim.contacts[self.account][self.contact.jid]: if c.resource != self.contact.resource: - resources = '\n%s (%s)' % (c.resource, str(c.priority)) + resources += '\n%s (%s)' % (c.resource, str(c.priority)) uf_resources += '\n' + c.resource + _(' resource with priority ')\ + str(c.priority) if not c.status: