@eht16 commented on this pull request.


In addons/src/addons.c:

> -#if ! GTK_CHECK_VERSION(2, 10, 0)
 	gtk_widget_hide(check_systray);
-#endif

This is so me...you are completely right.
Thanks for spotting, fixed.

Funny thing, this attempt to hide the option didn't work at all because in Geany itself we call gtk_widget_show_all() when creating the plugin preferences dialog and so it was shown again.
Anyway, GTK2 is long time ago.


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-plugins/pull/1358/review/2111457203@github.com>