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:
authorYann Leboulanger <asterix@lagaule.org>2009-10-28 17:43:05 +0300
committerYann Leboulanger <asterix@lagaule.org>2009-10-28 17:43:05 +0300
commit8ddd6a298b843ad4569fe887ace587ff2e6677a4 (patch)
tree30a74cd599b8d1d84c188aaac0faf9d49f1a72c5
parent7ae146e0e8032f7d7219214f2e3b123412feaac3 (diff)
[MattJ] re-fix /join command. already done in [8116020da28c]
-rw-r--r--src/command_system/implementation/standard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_system/implementation/standard.py b/src/command_system/implementation/standard.py
index 1823caf97..d46d07a09 100644
--- a/src/command_system/implementation/standard.py
+++ b/src/command_system/implementation/standard.py
@@ -168,7 +168,7 @@ class StandardGroupchatCommands(CommandContainer):
gajim.interface.instances[self.account]['join_gc'].window.present()
except KeyError:
try:
- dialogs.JoinGroupchatWindow(account=None, room_jid=jid, nick=nick)
+ dialogs.JoinGroupchatWindow(account=self.account, room_jid=jid, nick=nick)
except GajimGeneralException:
pass