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() gajim.interface.instances[self.account]['join_gc'].window.present()
except KeyError: except KeyError:
try: try:
dialogs.JoinGroupchatWindow(account=self.account, room_jid=jid, dialogs.JoinGroupchatWindow(account=self.account, room_jid=jid, nick=nick)
nick=nick)
except GajimGeneralException: except GajimGeneralException:
pass pass