Branch: refs/heads/master Author: LarsDW223 lars_paulsen@web.de Committer: LarsDW223 lars_paulsen@web.de Date: Wed, 04 Oct 2017 16:44:49 UTC Commit: 41f5120993d66198f9258d37f85b1a44d3e4180a https://github.com/geany/geany-plugins/commit/41f5120993d66198f9258d37f85b1a...
Log Message: ----------- workbench: Increased required geany API version to 235 for usage of 'utils_get_real_path'.
Modified Paths: -------------- workbench/src/plugin_main.c
Modified: workbench/src/plugin_main.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -138,5 +138,5 @@ void geany_load_module(GeanyPlugin *plugin) plugin->funcs->callbacks = plugin_workbench_callbacks;
/* Register! */ - GEANY_PLUGIN_REGISTER(plugin, 225); + GEANY_PLUGIN_REGISTER(plugin, 235); }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org