From ac0492fae37edb527f5730fa49895ebb217c5c55 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Sun, 28 Apr 2024 20:58:03 +0200 Subject: FIX Theme disabled for GTK3<3.20, Fix refresh abort status msg --- includes/uidefs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes') diff --git a/includes/uidefs.h b/includes/uidefs.h index 42587519..ebf21d9c 100644 --- a/includes/uidefs.h +++ b/includes/uidefs.h @@ -23,6 +23,7 @@ char *uidefs_str = " " " " " " +#if GTK_CHECK_VERSION(3, 20, 0) " " " " " " @@ -32,6 +33,7 @@ char *uidefs_str = " " " " " " +#endif " " " " " " -- cgit v1.2.3