Keep the code consistent

This commit is contained in:
red-agent 2009-09-24 01:28:35 +03:00
parent 245c3f12d4
commit cca6cfe17b
1 changed files with 1 additions and 2 deletions

View File

@ -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