wrong var name

This commit is contained in:
Yann Leboulanger 2006-10-03 10:21:26 +00:00
parent f06a30e74a
commit ad81b7d3db
1 changed files with 1 additions and 1 deletions

View File

@ -1238,7 +1238,7 @@ class ToplevelAgentBrowser(AgentBrowser):
contact = gajim.contacts.get_first_contact_from_jid(
self.account, jid)
if _('Transports') in contact.groups:
registered_transports.append(j)
registered_transports.append(jid)
if jid in registered_transports:
self.register_button.set_label(_('_Edit'))
else: