summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-12-27 06:12:53 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-12-27 06:12:53 +0000
commit264e9c0ce11839b41859de1ef720b68374b6f850 (patch)
tree1561d3db72162e63f4eed1b608608c92203b5821 /ChangeLog
parent0b0746e44d176ed6eb839257cc3cb9b6065a9978 (diff)
downloadgtk+-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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d9d29ce50..8e013fcfd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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