bugfix: little typo

This commit is contained in:
Yann Leboulanger 2005-03-20 09:47:15 +00:00
parent 29f1b9e1bd
commit 843f59b463
1 changed files with 1 additions and 1 deletions

View File

@ -842,7 +842,7 @@ class roster_window:
self.plugin.windows[account]['gc']['tabbed']
self.plugin.windows[account]['gc']['tabbed'].window.present()
else:
self.plugin.windows[account]['gc'][user.jid] = \
self.plugin.windows[account]['gc'][jid] = \
Groupchat_window(jid, nick, self.plugin, account)
def on_message(self, jid, msg, tim, account):