Branch: refs/heads/master Author: Lars Paulsen lars_paulsen@web.de Committer: Lars Paulsen lars_paulsen@web.de Date: Mon, 18 Jun 2018 19:28:04 UTC Commit: 26bb62e955627659a6229694b7d2e918056600b0 https://github.com/geany/geany-plugins/commit/26bb62e955627659a6229694b7d2e9...
Log Message: ----------- automark: new plugin API requires version 1.26 (226)
Modified Paths: -------------- automark/src/automark.c
Modified: automark/src/automark.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -212,5 +212,5 @@ void geany_load_module(GeanyPlugin *plugin) plugin->funcs->callbacks = plugin_automark_callbacks;
/* Register! */ - GEANY_PLUGIN_REGISTER(plugin, 224); + GEANY_PLUGIN_REGISTER(plugin, 226); }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org