Fixed a typo
This commit is contained in:
parent
8be7f9d2e1
commit
3a190b8328
|
@ -1860,7 +1860,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
|
||||||
log.warn('Invalid JID: %s, ignoring it' % item.getAttr('jid'))
|
log.warn('Invalid JID: %s, ignoring it' % item.getAttr('jid'))
|
||||||
continue
|
continue
|
||||||
name = item.getAttr('name')
|
name = item.getAttr('name')
|
||||||
contact = gajim.contact.get_contact(self.name, jid)
|
contact = gajim.contacts.get_contact(self.name, jid)
|
||||||
groups = []
|
groups = []
|
||||||
same_groups = True
|
same_groups = True
|
||||||
for group in item.getTags('group'):
|
for group in item.getTags('group'):
|
||||||
|
|
Loading…
Reference in New Issue