summaryrefslogtreecommitdiff
path: root/poezio/tabs/rostertab.py
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-06-12 13:25:45 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-06-12 13:25:45 +0100
commit815cd46be9c47899f520ee8329c5cfb33082c74d (patch)
treee58c2dc058ddb4e5677856c97d6d7093dffb23bc /poezio/tabs/rostertab.py
parent86794bb0fd8043763dee9e7a1476496fc71e70e1 (diff)
downloadpoezio-815cd46be9c47899f520ee8329c5cfb33082c74d.tar.gz
poezio-815cd46be9c47899f520ee8329c5cfb33082c74d.tar.bz2
poezio-815cd46be9c47899f520ee8329c5cfb33082c74d.tar.xz
poezio-815cd46be9c47899f520ee8329c5cfb33082c74d.zip
Fix core completion, broken in the previous commit.
Diffstat (limited to 'poezio/tabs/rostertab.py')
-rw-r--r--poezio/tabs/rostertab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/tabs/rostertab.py b/poezio/tabs/rostertab.py
index a5c22304..f81d7ad0 100644
--- a/poezio/tabs/rostertab.py
+++ b/poezio/tabs/rostertab.py
@@ -140,7 +140,7 @@ class RosterInfoTab(Tab):
usage='<jid>',
desc='Informs you of the last activity of a JID.',
shortdesc='Get the activity of someone.',
- completion=self.core.completion_last_activity)
+ completion=self.core.completion.last_activity)
self.resize()
self.update_commands()