[MattJ] re-fix /join command. already done in [8116020da28c]

This commit is contained in:
Yann Leboulanger 2009-10-28 15:43:05 +01:00
parent 7ae146e0e8
commit 8ddd6a298b
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ class StandardGroupchatCommands(CommandContainer):
gajim.interface.instances[self.account]['join_gc'].window.present()
except KeyError:
try:
dialogs.JoinGroupchatWindow(account=None, room_jid=jid, nick=nick)
dialogs.JoinGroupchatWindow(account=self.account, room_jid=jid, nick=nick)
except GajimGeneralException:
pass