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
This commit is contained in:
Carlos Garnacho
2007-06-13 23:15:42 +00:00
committed by Carlos Garnacho
parent e7ad5239a5
commit 28589d8ae8
3 changed files with 23 additions and 32 deletions

7
NEWS
View File

@ -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