diff options
author | Carlos Garnacho <carlos@imendio.com> | 2007-06-13 23:15:42 +0000 |
---|---|---|
committer | Carlos Garnacho <carlosg@src.gnome.org> | 2007-06-13 23:15:42 +0000 |
commit | 28589d8ae8654abdfac0a05503ccb09e757b2783 (patch) | |
tree | 743a855ad62edbb68e433ef13da89a147ad8c81f /NEWS | |
parent | e7ad5239a5d2d8052a97e77f3496279a98ff4ef1 (diff) | |
download | gtk+-28589d8ae8654abdfac0a05503ccb09e757b2783.tar.gz |
removed unused and hardly visible GtkFrame from the menu widget hierarchy
2007-06-14 Carlos Garnacho <carlos@imendio.com>
* gtk/gtkcombobox.c: removed unused and hardly visible GtkFrame from
the menu widget hierarchy when ::appears-as-list is TRUE. (#435471)
* NEWS: add a note about repercussions of this change to RC files.
svn path=/trunk/; revision=18127
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,13 @@ Overview of Changes from GTK+ 2.11.2 to 2.11.3 ============================================== +* GtkComboBox: + - Removed an unused and hardly visible GtkFrame from the menu widget hierarchy + when GtkComboBox::appears-as-list style property is set. Any RC file + applying a different style to any widget below the widget path + "gtk-combobox-popup-window.GtkFrame" should take into account that the frame + no longer exists. + * Bugs fixed: 444310 update_buttons_state on a bare assistant causes gtk+ to crash |