reorder: Add TODO

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2020-04-01 00:51:21 +02:00
parent dd536d9e62
commit f82e83067e
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -177,6 +177,8 @@ class Plugin(BasePlugin):
if tab:
new_tabs.append(tab)
# TODO: Ensure we don't break poezio and call this with whatever
# tablist we have. The roster tab at least needs to be in there.
self.core.tabs.replace_tabs(new_tabs)
self.core.refresh_window()