summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py
index df5a9b90..40786577 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -2013,7 +2013,7 @@ class RosterInfoTab(Tab):
From with any JID presence in the roster
"""
jids = [jid for jid in roster.jids()]
- return the_input.auto_completion(jids, '')
+ return the_input.auto_completion(jids, '', quotify=False)
def completion_name(self, the_input):
text = the_input.get_text()