Il 22/02/2013 12:11, Gerd Hoffmann ha scritto: > The gtk code uses gtk_widget_get_realized which is available in 2.20+ > only, so make this the minimum accepted versions. Fixes build failures > on RHEL-6 (which ships 2.18) by not building gtk support there.
We should either require GTK+ 3, or just use GTK_WIDGET_REALIZED(). Either is fine, I think. Paolo