[Github-comments] [geany/geany] build.c: enable the Next/Prev Error menu items only when there are build error messages (#2269)

Nick Treleaven notifications at xxxxx
Sun Sep 15 16:32:06 UTC 2019


ntrel commented on this pull request.



> @@ -158,6 +158,9 @@ widgets;
 static guint build_groups_count[GEANY_GBG_COUNT] = { 3, 4, 2 };
 static guint build_items_count = 9;
 
+/* include the fixed widgets in an array indexed by groups */
+#define GBG_FIXED GEANY_GBG_COUNT

I've reverted moving GBG_FIXED. It was protected by GEANY_PRIVATE unlike the GEANY_GBG_* enums.

-- 
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/pull/2269#discussion_r324471163
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190915/3ae98546/attachment-0001.html>


More information about the Github-comments mailing list