[Github-comments] [geany/geany-plugins] treebrowser: removed HAVE_GIO checks (#720)

Colomban Wendling notifications at xxxxx
Sat Mar 10 01:45:39 UTC 2018


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180310/9074d49d/attachment.html>


More information about the Github-comments mailing list