I checked out geany@98bcbee3b99d71dfcdd9d3556ace9530ceda818d and rebuilt: build@debian:~/Projects/geany-plugins-remote/geany-plugins$ $ git log | head commit 83db05eaef4718e74d1d993a91cdf42459727fa7 No errors raised by make ``` Making all in src make[1]: Entering directory '/home/build/Projects/geany-plugins-remote/geany-plugins/workbench/src' CC workbench_la-plugin_main.lo CC workbench_la-workbench.lo CC workbench_la-wb_globals.lo CC workbench_la-wb_project.lo CC workbench_la-wb_monitor.lo CC workbench_la-dialogs.lo CC workbench_la-search_projects.lo CC workbench_la-menu.lo CC workbench_la-popup_menu.lo CC workbench_la-sidebar.lo CC workbench_la-utils.lo CC workbench_la-idle_queue.lo CC workbench_la-tm_control.lo CCLD workbench.la make[1]: Leaving directory '/home/build/Projects/geany-plugins-remote/geany-plugins/workbench/src' make[1]: Entering directory '/home/build/Projects/geany-plugins-remote/geany-plugins/workbench' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/build/Projects/geany-plugins-remote/geany-plugins/workbench' ```
No workbench loaded: <img width="437" height="567" alt="image" src="https://github.com/user-attachments/assets/fad26900-d6b4-43c2-99e0-d309a5e9bcdb" /> New and Open both trigger the same dialog as the Tools>Workbench flow. Workbench loaded: <img width="441" height="654" alt="image" src="https://github.com/user-attachments/assets/0329d8d3-f10d-4365-8d19-2c7ee3c79e35" /> Fixes https://github.com/geany/geany-plugins/issues/1571 Contributed under GNU GENERAL PUBLIC LICENSE Version 2 You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/1572 -- Commit Summary -- * fixed missing menu cleanup * Realign to upstream formatting -- File Changes -- M workbench/src/menu.c (4) M workbench/src/menu.h (2) M workbench/src/plugin_main.c (1) M workbench/src/popup_menu.c (71) M workbench/src/popup_menu.h (2) M workbench/src/sidebar.c (10) -- Patch Links -- https://github.com/geany/geany-plugins/pull/1572.patch https://github.com/geany/geany-plugins/pull/1572.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1572 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/[email protected]>
