The previous commit, but correctly done this time

This commit is contained in:
Florent Le Coz 2015-05-10 19:28:17 +02:00
parent 8aecdc7db7
commit 861f5c4bbd
2 changed files with 2 additions and 2 deletions

View file

@ -197,6 +197,6 @@ class ListTab(Tab):
self.core.doupdate()
def matching_names(self):
return [(2, self.name.full)]
return [(2, self.name)]

View file

@ -22,7 +22,7 @@ class MucListTab(ListTab):
plugin_keys = {}
def __init__(self, server):
ListTab.__init__(self, server,
ListTab.__init__(self, server.full,
"“j”: join room.",
_('Chatroom list on server %s (Loading)') % server,
(('node-part', 0), ('name', 2), ('users', 3)))