forked from AuroraMiddleware/gtk
discovered and documented a new bug ;)
-timj
This commit is contained in:
parent
1ff162c445
commit
ac492cfab6
7
TODO
7
TODO
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user