Created attachment 3502 build.log of libxfce4ui 4.8.0 with glade 3.9.2 Recently glade 3.9.x was released. I patched configure to look for gladeui-2.0 (instead of gladeui-1.0) and build fails with libxfce4ui-glade.c: In function 'glade_xfce_titled_dialog_post_create': libxfce4ui-glade.c:63:60: error: 'GtkDialog' has no member named 'vbox' libxfce4ui-glade.c:67:65: error: 'GtkDialog' has no member named 'action_area' libxfce4ui-glade.c: In function 'glade_xfce_titled_dialog_get_internal_child': libxfce4ui-glade.c:95:19: error: 'GtkDialog' has no member named 'vbox' libxfce4ui-glade.c:97:19: error: 'GtkDialog' has no member named 'action_area' libxfce4ui-glade.c: In function 'glade_xfce_titled_dialog_get_children': libxfce4ui-glade.c:110:38: error: 'GtkDialog' has no member named 'vbox' libxfce4ui-glade.c:111:1: warning: control reaches end of non-void function [-Wreturn-type] (same as in bug 7333)
Created attachment 3946 Patch to fix GSEAL errors in libxfce4ui:glade/libxfce4ui-glade.c This patch against libxfce4ui tag 4.8.0 fixes the GSEAL errors. This also applies cleanly to rev 8c414d5bad, which is master as of Sun Nov 6 15:18:10 2011 +0100.
Technically pretty useless because you cannot use libxfce4ui with gtk3, but fair enough, the patch will work in 3.14 too.
Err Gtk+ 2.14.
The fix is for the reported build errors. Presumably, deeper problems of compatibility with gtk3 should get their own bugs?
No, we are not going to accept patches for Gtk3 until after the 4.10 release.
Applied in 3c7d0ff