b4n commented on this pull request.


> @@ -208,7 +206,7 @@ utils_pixbuf_from_stock(const gchar *stock_id)
 static GdkPixbuf *
 utils_pixbuf_from_path(gchar *path)
 {
-#if defined(HAVE_GIO) && GTK_CHECK_VERSION(2, 14, 0)
+#if GTK_CHECK_VERSION(2, 14, 0)

The GTK check is also mostly irrelevant given how old GTK 2.24 is, and that 
Geany is depending on 2.24 for a long time now.  But that's outside of the 
scope of this PR.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/720#pullrequestreview-102834911

Reply via email to