Comment 36 for bug 466567

Revision history for this message
In , Nils Maier (testnutzer123) wrote :

(In reply to comment #19)
> (From update of attachment 418531 [details])
> >+#if GTK_CHECK_VERSION(2,4,0)
>
> Why do we need such a check here at all? configure.in has GTK2_VERSION=2.10.0
> as the minimum version.

There are a couple of such checks in already. I didn't know if the configure check is considered enough, so I did stick with the code style already there and added one such check myself.

If these checks are considered "obsolete" I can easily remove the one I added and the others as well.