diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-12-27 06:12:53 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-12-27 06:12:53 +0000 |
commit | 264e9c0ce11839b41859de1ef720b68374b6f850 (patch) | |
tree | 1561d3db72162e63f4eed1b608608c92203b5821 /ChangeLog | |
parent | 0b0746e44d176ed6eb839257cc3cb9b6065a9978 (diff) | |
download | gtk+-264e9c0ce11839b41859de1ef720b68374b6f850.tar.gz |
Fix a few problems with nested menus in comboboxes (#386694, Yevgen
2006-12-17 Matthias Clasen <mclasen@redhat.com>
Fix a few problems with nested menus in comboboxes
(#386694, Yevgen Muntyan)
* gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level): Always
connect the activate callback.
(gtk_combo_box_menu_item_activate): Do nothing if called on
an item with a submenu.
(gtk_combo_box_menu_row_deleted): Remove a submenu when it
is empty.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2006-12-17 Matthias Clasen <mclasen@redhat.com> + + Fix a few problems with nested menus in comboboxes + (#386694, Yevgen Muntyan) + + * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level): Always + connect the activate callback. + (gtk_combo_box_menu_item_activate): Do nothing if called on + an item with a submenu. + (gtk_combo_box_menu_row_deleted): Remove a submenu when it + is empty. + 2006-12-26 Mariano Suárez-Alvarez <mariano@gnome.org> * gtk/gtkfilechooserbuuton.[hc]: Add a file-set signal to the |