From f82e83067e6a61815a60ea8c56f944aa49d79e76 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= <pep@bouah.net>
Date: Wed, 1 Apr 2020 00:51:21 +0200
Subject: reorder: Add TODO
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
---
 plugins/reorder.py | 2 ++
 1 file changed, 2 insertions(+)

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()
 
-- 
cgit v1.2.3