From d0e213fb0426a9a98f87fd7e13168fcc7442f561 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 24 Apr 2015 15:59:38 -0400 Subject: [PATCH] More TODOs. --- new/unix/menu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/new/unix/menu.c b/new/unix/menu.c index 8ad0e434..f14dd488 100644 --- a/new/unix/menu.c +++ b/new/unix/menu.c @@ -2,6 +2,7 @@ #include "uipriv_unix.h" // TODO window destruction +// TODO get rid of the base item and store the GType, the disabled flag, and the checked flag like we do on Windows? static GArray *menus = NULL; static gboolean menusFinalized = FALSE;