bugfix (now self.account)

This commit is contained in:
Nikos Kouremenos 2005-04-27 20:12:57 +00:00
parent 184542a4d1
commit 1ef087ca75
1 changed files with 2 additions and 2 deletions

View File

@ -531,8 +531,8 @@ class Join_groupchat_window:
self.recently_groupchat = self.recently_groupchat[0:10]
gajim.config.set('recently_groupchat', ' '.join(self.recently_groupchat))
self.plugin.roster.new_room(jid, nickname, self.account)
self.plugin.windows[account]['gc'][jid].active_tab(jid)
self.plugin.windows[account]['gc'][jid].window.present()
self.plugin.windows[self.account]['gc'][jid].active_tab(jid)
self.plugin.windows[self.account]['gc'][jid].window.present()
gajim.connections[self.account].join_gc(nickname, room, server, password)
self.window.destroy()