summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1998-01-30 03:51:43 +0000
committerTim Janik <timj@src.gnome.org>1998-01-30 03:51:43 +0000
commitac492cfab6574f65e07ff257018186e29e2f7ee6 (patch)
tree78b28ae929cab62afc1c7582a9b76d3a3c018020 /TODO
parent1ff162c4452555fa04da224a14865405f5d1963d (diff)
downloadgtk+-ac492cfab6574f65e07ff257018186e29e2f7ee6.tar.gz
discovered and documented a new bug ;)
-timj
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index aa5e918109..761c188828 100644
--- a/TODO
+++ b/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).