summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCarlos Garnacho <carlos@imendio.com>2007-06-13 23:15:42 +0000
committerCarlos Garnacho <carlosg@src.gnome.org>2007-06-13 23:15:42 +0000
commit28589d8ae8654abdfac0a05503ccb09e757b2783 (patch)
tree743a855ad62edbb68e433ef13da89a147ad8c81f /NEWS
parente7ad5239a5d2d8052a97e77f3496279a98ff4ef1 (diff)
downloadgtk+-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--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ae9110752d..f53a6f588f 100644
--- a/NEWS
+++ b/NEWS
@@ -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