[MattJ] re-fix /join command. already done in [8116020da28c]
This commit is contained in:
parent
7ae146e0e8
commit
8ddd6a298b
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class StandardGroupchatCommands(CommandContainer):
|
||||||
gajim.interface.instances[self.account]['join_gc'].window.present()
|
gajim.interface.instances[self.account]['join_gc'].window.present()
|
||||||
except KeyError:
|
except KeyError:
|
||||||
try:
|
try:
|
||||||
dialogs.JoinGroupchatWindow(account=None, room_jid=jid, nick=nick)
|
dialogs.JoinGroupchatWindow(account=self.account, room_jid=jid, nick=nick)
|
||||||
except GajimGeneralException:
|
except GajimGeneralException:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue