[Github-comments] [geany/geany-plugins] Workbench (#598)
LarsGit223
notifications at xxxxx
Sat Aug 19 09:18:06 UTC 2017
LarsGit223 commented on this pull request.
> + case DATA_ID_PROJECT:
+ info = wb_project_get_info((WB_PROJECT *)address);
+ if (workbench_get_project_status_by_address(wb_globals.opened_wb, address)
+ ==
+ PROJECT_ENTRY_STATUS_OK)
+ {
+ dialogs_show_msgbox(GTK_MESSAGE_INFO, "%s", info);
+ }
+ else
+ {
+ dialogs_show_msgbox(GTK_MESSAGE_ERROR, _("%s\nProject file not found!"), info);
+ }
+ g_free(info);
+ break;
+ case DATA_ID_DIRECTORY:
+ info = wb_project_dir_get_info((WB_PROJECT_DIR *)address);
Fixed.
--
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/598#discussion_r134087413
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170819/97241229/attachment.html>
More information about the Github-comments
mailing list