From: Tijl C. <ti...@ul...> - 2004-04-26 08:12:08
|
On Sunday 25 April 2004 21:35, Julien BLACHE wrote: > Brent Redeker <bre...@cc...> wrote: > >> against Gtk 2.4, which the Gentoo ebuild fixes with this line >> (which happens right before the ebuild runs the configure command): >> sed -e 's/GTK_DISABLE_DEPRECATED/GTK_DEPRECATED/g' -i >> src/Makefile.in > > This is the wrong fix for this issue. I guess this does precisely the > contrary, ie it probably enables deprecated widgets, which is not > what we want. Better drop the -D entirely, or patch TiLP to not use > the deprecated widget, but TiLP may not build with GTK 2.2 after > that. Just removing the -D worked for me and gtk+2.4. The problem is in src/toolbar.c. GtkToolbarChild has been deprecated. |