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;