From 815cd46be9c47899f520ee8329c5cfb33082c74d Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 12 Jun 2016 13:25:45 +0100 Subject: Fix core completion, broken in the previous commit. --- poezio/tabs/rostertab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/tabs/rostertab.py') 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='', 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() -- cgit v1.2.3