diff options
author | Tim Janik <timj@src.gnome.org> | 1998-01-30 03:51:43 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-01-30 03:51:43 +0000 |
commit | ac492cfab6574f65e07ff257018186e29e2f7ee6 (patch) | |
tree | 78b28ae929cab62afc1c7582a9b76d3a3c018020 /TODO | |
parent | 1ff162c4452555fa04da224a14865405f5d1963d (diff) | |
download | gtk+-ac492cfab6574f65e07ff257018186e29e2f7ee6.tar.gz |
discovered and documented a new bug ;)
-timj
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -38,6 +38,13 @@ BUGS * Using gtk_container_add() on an option menu to add a label works, but then gtk_option_menu_button_press() segfaults. This is supposed to fail while adding due to a g_return_if_fail (GTK_IS_MENU_ITEM (child)); + + * the new fileselection dialog sometimes segfaults after subsequent + selections from the option menu, because it destroyes the menu + that is connected to the optionmenu, and the option menu only handles + the deactivation, but not the destruction of it's submenu. + this is not a bug in the fileselection code but in the optionmenu + code. * Look also at ./BUGS (i added it, because it describes some bugs in a more specific way -timj). |