wrong var name
This commit is contained in:
parent
f06a30e74a
commit
ad81b7d3db
|
@ -1238,7 +1238,7 @@ class ToplevelAgentBrowser(AgentBrowser):
|
||||||
contact = gajim.contacts.get_first_contact_from_jid(
|
contact = gajim.contacts.get_first_contact_from_jid(
|
||||||
self.account, jid)
|
self.account, jid)
|
||||||
if _('Transports') in contact.groups:
|
if _('Transports') in contact.groups:
|
||||||
registered_transports.append(j)
|
registered_transports.append(jid)
|
||||||
if jid in registered_transports:
|
if jid in registered_transports:
|
||||||
self.register_button.set_label(_('_Edit'))
|
self.register_button.set_label(_('_Edit'))
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue