summaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c
index b6821e7..e18967b 100644
--- a/src/window.c
+++ b/src/window.c
@@ -172,8 +172,9 @@ update_positions(GtkNotebook G_GNUC_UNUSED *notebook,
GtkWidget G_GNUC_UNUSED *child, guint G_GNUC_UNUSED page_num,
MqWindow *window)
{
- /* TODO: Once MqWindow has a data structure for tabs, loop through them
- * all and call mq_tab_update_position(). */
+ /* TODO: After MqTab becomes MqTabPage, derived from GtkBox, call
+ * mq_tab_page_update_positions() on child or
+ * mq_tab_page_seek(page_num + 1), whichever has the lower position. */
/* TODO: Should this also update the tabs data structure? Probably. */
/* Temporarily "use" window. */