@elextr commented on this pull request.


In src/callbacks.c:

> @@ -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)

so I will keep it backward compatible, at least for now, ok?

Sure, was just trying to see if it could be simplified :-)


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3011/review/1078646513@github.com>