@elextr commented on this pull request.
@@ -634,7 +634,11 @@ gboolean toolbar_popup_menu(GtkWidget *widget, GdkEventButton *event, gpointer u
{ if (event->button == 3) { +#if GTK_CHECK_VERSION(3,22,0)
Can we just assume 3.22 IAW [this comment](https://github.com/geany/geany/pull/3178#issuecomment-1128174560)