]> git.armaanb.net Git - chorizo.git/commitdiff
Add TODO item
authorPeter Hofmann <scm@uninformativ.de>
Mon, 27 Apr 2020 16:41:39 +0000 (18:41 +0200)
committerPeter Hofmann <scm@uninformativ.de>
Mon, 27 Apr 2020 16:41:39 +0000 (18:41 +0200)
browser.c

index 6735418a8ebfa176088231d862d325f00c3255e6..76dcd8e1593bcf280d80c242f341e46331694f9a 100644 (file)
--- a/browser.c
+++ b/browser.c
@@ -1158,6 +1158,8 @@ mainwindow_title_before(GtkNotebook *nb, GtkWidget *p, guint idx, gpointer data)
     mainwindow_title(idx);
 }
 
     mainwindow_title(idx);
 }
 
+/* XXX I'd like to avoid traversing the widget hierarchy. Find a better
+ * way. */
 void
 mainwindow_title(gint idx)
 {
 void
 mainwindow_title(gint idx)
 {