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 --- shell/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/menu.c') diff --git a/shell/menu.c b/shell/menu.c index 3a5c9940..ddb27e20 100644 --- a/shell/menu.c +++ b/shell/menu.c @@ -42,7 +42,7 @@ static GtkActionEntry entries[] = { {"InformationMenuAction", NULL, N_("_Information")}, /* name, stock id, label */ {"ViewMenuAction", NULL, N_("_View")}, -#if GTK_CHECK_VERSION(3, 0, 0) +#if GTK_CHECK_VERSION(3, 20, 0) {"ThemeMenuAction", NULL, N_("_Theme")}, #endif {"HelpMenuAction", NULL, N_("_Help")}, -- cgit v1.2.3