@dolik-rce 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)
@eht16: Sure, makes sense. Thanks for the hint on the function name and where it should be located, that was really helpful.
@elextr: It would definitely make things simpler, if there is agreement that 3.22 or higher is required. But I believe it is not yet enforced in autotools nor in meson, so I will keep it backward compatible, at least for now, ok?