summaryrefslogtreecommitdiff
path: root/poezio/tabs/conversationtab.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/conversationtab.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/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()