Keep the code consistent
This commit is contained in:
parent
245c3f12d4
commit
cca6cfe17b
|
@ -192,8 +192,7 @@ class GroupChatCommands(CommonCommands):
|
|||
gajim.interface.instances[self.account]['join_gc'].window.present()
|
||||
except KeyError:
|
||||
try:
|
||||
dialogs.JoinGroupchatWindow(account=self.account, room_jid=jid,
|
||||
nick=nick)
|
||||
dialogs.JoinGroupchatWindow(account=self.account, room_jid=jid, nick=nick)
|
||||
except GajimGeneralException:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue