summaryrefslogtreecommitdiff
path: root/poezio/tabs/conversationtab.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/tabs/conversationtab.py')
-rw-r--r--poezio/tabs/conversationtab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/tabs/conversationtab.py b/poezio/tabs/conversationtab.py
index 1d8c60a4..dd93bcd5 100644
--- a/poezio/tabs/conversationtab.py
+++ b/poezio/tabs/conversationtab.py
@@ -64,7 +64,7 @@ class ConversationTab(OneToOneTab):
usage='[jid]',
desc='Get the last activity of the given or the current contact.',
shortdesc='Get the activity.',
- completion=self.core.completion_last_activity)
+ completion=self.core.completion.last_activity)
self.resize()
self.update_commands()
self.update_keys()