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 99c4b122..469ef28a 100644
--- a/poezio/tabs/conversationtab.py
+++ b/poezio/tabs/conversationtab.py
@@ -207,7 +207,7 @@ class ConversationTab(OneToOneTab):
@command_args_parser.ignored
def command_unquery(self):
- self.core.close_tab()
+ self.core.close_tab(self)
@command_args_parser.quoted(0, 1)
def command_version(self, args):