summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2020-04-01 00:51:21 +0200
committerMaxime “pep” Buquet <pep@bouah.net>2020-04-01 00:51:21 +0200
commitf82e83067e6a61815a60ea8c56f944aa49d79e76 (patch)
treeb7a6d877cb62fbce5f807554d94807a1be306290 /plugins
parentdd536d9e625d5364ca167494469cff673a024dc0 (diff)
downloadpoezio-f82e83067e6a61815a60ea8c56f944aa49d79e76.tar.gz
poezio-f82e83067e6a61815a60ea8c56f944aa49d79e76.tar.bz2
poezio-f82e83067e6a61815a60ea8c56f944aa49d79e76.tar.xz
poezio-f82e83067e6a61815a60ea8c56f944aa49d79e76.zip
reorder: Add TODO
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/reorder.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/reorder.py b/plugins/reorder.py
index 8d9516f8..ca3bda08 100644
--- a/plugins/reorder.py
+++ b/plugins/reorder.py
@@ -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()