Fixed a typo

This commit is contained in:
Alexander Cherniuk 2009-11-24 12:20:40 +02:00
parent 8be7f9d2e1
commit 3a190b8328
1 changed files with 1 additions and 1 deletions

View File

@ -1860,7 +1860,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
log.warn('Invalid JID: %s, ignoring it' % item.getAttr('jid'))
continue
name = item.getAttr('name')
contact = gajim.contact.get_contact(self.name, jid)
contact = gajim.contacts.get_contact(self.name, jid)
groups = []
same_groups = True
for group in item.getTags('group'):