From 2e73331d073e074439431fce7d55f566ee4fe269 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Fri, 8 Aug 2014 18:11:56 +0200 Subject: Fix a traceback on command_win: matchin_names() must return strings, not JIDs --- src/tabs/adhoc_commands_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tabs') diff --git a/src/tabs/adhoc_commands_list.py b/src/tabs/adhoc_commands_list.py index 5a5068f0..7f5abf6a 100644 --- a/src/tabs/adhoc_commands_list.py +++ b/src/tabs/adhoc_commands_list.py @@ -18,7 +18,7 @@ class AdhocCommandsListTab(ListTab): plugin_keys = {} def __init__(self, jid): - ListTab.__init__(self, jid, + ListTab.__init__(self, jid.full, "“Enter”: execute selected command.", _('Ad-hoc commands of JID %s (Loading)') % jid, (('Node', 0), ('Description', 1))) -- cgit v1.2.3