Commit bd6a7b9455826dfe9c324c80fcac846ffbdf5891
1 parent
26de0ea4
Exists in
master
and in
5 other branches
Header Bar também falhou no gtk 3.10.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/pw3270/v3270ft/private.h
@@ -41,7 +41,7 @@ | @@ -41,7 +41,7 @@ | ||
41 | #define NUM_TYPES 4 | 41 | #define NUM_TYPES 4 |
42 | #define ERROR_DOMAIN g_quark_from_static_string("v3270ft") | 42 | #define ERROR_DOMAIN g_quark_from_static_string("v3270ft") |
43 | 43 | ||
44 | - #if GTK_CHECK_VERSION(3,10,0) | 44 | + #if GTK_CHECK_VERSION(3,14,0) |
45 | #define HAVE_GTK_HEADER_BAR 1 | 45 | #define HAVE_GTK_HEADER_BAR 1 |
46 | #endif // GTK 3.10 | 46 | #endif // GTK 3.10 |
47 | 47 |