Correctly set the MucListTab name to a string and not a JID
Fix a traceback on /w, and many other places, when a MucListTab is open
This commit is contained in:
parent
d039da7b2c
commit
64647e3fe8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class MucListTab(ListTab):
|
|||
plugin_keys = {}
|
||||
|
||||
def __init__(self, core, server):
|
||||
ListTab.__init__(self, core, server,
|
||||
ListTab.__init__(self, core, server.full,
|
||||
"“j”: join room.",
|
||||
'Chatroom list on server %s (Loading)' % server,
|
||||
(('node-part', 0), ('name', 2), ('users', 3)))
|
||||
|
|
Loading…
Reference in a new issue