summaryrefslogtreecommitdiff
path: root/poezio/tabs/rostertab.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/tabs/rostertab.py')
-rw-r--r--poezio/tabs/rostertab.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/poezio/tabs/rostertab.py b/poezio/tabs/rostertab.py
index c5475bee..b9b0c228 100644
--- a/poezio/tabs/rostertab.py
+++ b/poezio/tabs/rostertab.py
@@ -35,8 +35,8 @@ class RosterInfoTab(Tab):
"""
plugin_commands = {}
plugin_keys = {}
- def __init__(self):
- Tab.__init__(self)
+ def __init__(self, core):
+ Tab.__init__(self, core)
self.name = "Roster"
self.v_separator = windows.VerticalSeparator()
self.information_win = windows.TextWin()