[Github-comments] [geany/geany-plugins] workbench: use simple/old file monitor events only (#719)

Matthew Brush notifications at xxxxx
Tue Mar 6 00:51:30 UTC 2018


codebrainz commented on this pull request.



> @@ -22,7 +22,7 @@
 #include <glib.h>
 #include "wb_project.h"
 
-#if defined(HAVE_GIO) && GLIB_CHECK_VERSION (2, 46, 0)
+#if defined(HAVE_GIO)

I don't think you need this `HAVE_GIO` stuff from the build system as GIO is part of GLib, Geany requires GIO already, and AFAIK some plugins too.

-- 
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/719#pullrequestreview-101385501
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180306/7e31f818/attachment.html>


More information about the Github-comments mailing list