From 64647e3fe8ece4f4633444623f3770a78941e86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Mon, 4 Jul 2016 14:14:43 +0200 Subject: 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 --- poezio/tabs/muclisttab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio') diff --git a/poezio/tabs/muclisttab.py b/poezio/tabs/muclisttab.py index 5a860b6b..f14f4172 100644 --- a/poezio/tabs/muclisttab.py +++ b/poezio/tabs/muclisttab.py @@ -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))) -- cgit v1.2.3