On Wed, Nov 07, 2007 at 06:18:08PM -0800, Guy Harris wrote:
> Stephen Fisher wrote:
>
> > I need GTK's gtk.h to use the GTK_CHECK_VERSION macro to > prevent
> the code from writing out a preference for the show toolbar > arrow
> when using GTK < 2.4.
>
> Why is there a problem with writing that preference out? It might not
> have any effect, but that's not a problem.
Good point. I just noticed that there are other preferences that are
GTK2 only for example.
I just fixed the build problem in SVN revision 23397 by taking out the
gtk.h include and gtk macros.
Steve