summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2010-11-14 12:56:27 +0100
committerJannis Pohlmann <jannis@xfce.org>2010-11-14 12:58:44 +0100
commita3225e2e116a68833994349c949cd6fb0b6fdaae (patch)
tree01a981f655b394097c6e35c4c88c374508dee3ac /NEWS
parent54d6a560cd8a133ea8d97a4466eb9bf8c8bee4cf (diff)
downloadxfwm4-a3225e2e116a68833994349c949cd6fb0b6fdaae.tar.gz
Fix broken button layouts by obtaining button IDs correctly (bug 6824).
Since GTK+ 2.20, gtk_buildable_get_name() needs to be used instead of gtk_widget_get_name() (which always returns 'GtkButton' in this case).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ab7fd0949..16e80bd20 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+4.7.x
+=====
+- Fix corrupted button layouts by obtaining the button IDs correctly
+ (bug #6824).
+
+
4.7.1
=====
- Fix break with latest API changes in libxfce4ui.