From cca6cfe17b25d28ed7e8180f384b1824ce515070 Mon Sep 17 00:00:00 2001 From: red-agent Date: Thu, 24 Sep 2009 01:28:35 +0300 Subject: [PATCH] Keep the code consistent --- src/commands/implementation.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/commands/implementation.py b/src/commands/implementation.py index 84a1fb4fd..35e6b3bdf 100644 --- a/src/commands/implementation.py +++ b/src/commands/implementation.py @@ -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