Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorred-agent <hell.director@gmail.com>2009-09-24 02:28:35 +0400
committerred-agent <hell.director@gmail.com>2009-09-24 02:28:35 +0400
commitcca6cfe17b25d28ed7e8180f384b1824ce515070 (patch)
tree3c675c7fe82370651dc45ec0736dc12bfc3b23fd
parent245c3f12d40a1e4c04b5b07a9c2a3729d6727446 (diff)
Keep the code consistent
-rw-r--r--src/commands/implementation.py3
1 files changed, 1 insertions, 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