bugfix: little typo
This commit is contained in:
parent
29f1b9e1bd
commit
843f59b463
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue