aboutsummaryrefslogtreecommitdiff
path: root/shell/menu.c
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-04-28 20:58:03 +0200
committerhwspeedy <ns@bigbear.dk>2024-04-28 20:58:03 +0200
commitac0492fae37edb527f5730fa49895ebb217c5c55 (patch)
tree9c8acc562d0d415d6a8eafeebb4120ed3cc52b18 /shell/menu.c
parent73334e01c47a37c4c0f9c3d3778be2a8df826ba1 (diff)
FIX Theme disabled for GTK3<3.20, Fix refresh abort status msg
Diffstat (limited to 'shell/menu.c')
-rw-r--r--shell/menu.c2
1 files changed, 1 insertions, 1 deletions
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")},