From bd6a7b9455826dfe9c324c80fcac846ffbdf5891 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 27 Jun 2016 15:18:12 -0300 Subject: [PATCH] Header Bar também falhou no gtk 3.10. --- src/pw3270/v3270ft/private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pw3270/v3270ft/private.h b/src/pw3270/v3270ft/private.h index 9ed01cd..2f9844a 100644 --- a/src/pw3270/v3270ft/private.h +++ b/src/pw3270/v3270ft/private.h @@ -41,7 +41,7 @@ #define NUM_TYPES 4 #define ERROR_DOMAIN g_quark_from_static_string("v3270ft") - #if GTK_CHECK_VERSION(3,10,0) + #if GTK_CHECK_VERSION(3,14,0) #define HAVE_GTK_HEADER_BAR 1 #endif // GTK 3.10 -- libgit2 0.21.2