diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2020-04-01 00:51:21 +0200 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2020-04-01 00:51:21 +0200 |
commit | f82e83067e6a61815a60ea8c56f944aa49d79e76 (patch) | |
tree | b7a6d877cb62fbce5f807554d94807a1be306290 | |
parent | dd536d9e625d5364ca167494469cff673a024dc0 (diff) | |
download | poezio-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>
-rw-r--r-- | plugins/reorder.py | 2 |
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() |