From db6ee430c2bb225d1a368e3c37595a00322ba5f0 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 17 Oct 2017 20:36:34 -0400 Subject: MqWindow: Update a TODO comment --- (limited to 'src') 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. */ -- cgit v0.9.1