From a3225e2e116a68833994349c949cd6fb0b6fdaae Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Sun, 14 Nov 2010 12:56:27 +0100 Subject: 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). --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') 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. -- cgit v1.2.1