diff --git a/TODO b/TODO index 3ae009b745..098c544e13 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,8 @@ For 1.2.0 release: - remove deprecated functions from *.[hc] files. - finish composite child stuff. - implement constructor functionality for all widgets. +- fix enum generation code which still puts out + GTK_TYPE_C_TREE_POS instead of GTK_TYPE_CTREE_POS Bugs: * Change bitfields to guints from enums, or vice versa?