fix var name

This commit is contained in:
Denis Fomin 2011-09-27 17:23:10 +03:00
parent 2697a4b95d
commit 96a11cef32
1 changed files with 1 additions and 1 deletions

View File

@ -2482,7 +2482,7 @@ class JoinGroupchatWindow:
return
if gajim.contacts.get_contact(self.account, room_jid) and \
not gajim.contacts.get_contact(account, room_jid).is_groupchat():
not gajim.contacts.get_contact(self.account, room_jid).is_groupchat():
ErrorDialog(_('This is not a group chat'),
_('%s is not the name of a group chat.') % room_jid)
return