Skip to content
Snippets Groups Projects
Commit 843f59b4 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

bugfix: little typo

parent 29f1b9e1
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment